juni3227 commited on
Commit
45a02ec
·
verified ·
1 Parent(s): 7b7afdf

Upload folder using huggingface_hub

Browse files
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51bddddc976fca542475abf82dc4286e6272ac8936908cf2371b9f34bc0a1964
3
+ size 29611
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Put pabble(s) into a cup"], "length": 814}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-30.498046875, 95.09765625, 59.501953125, 23.994140625, -89.6484375, 0.4040404260158539], "max": [35.947265625, 189.4921875, 179.560546875, 96.591796875, -36.298828125, 27.57575798034668], "mean": [5.849477291107178, 170.17222595214844, 159.8045654296875, 73.49751281738281, -71.7116928100586, 4.595623016357422], "std": [13.514267921447754, 34.28031921386719, 36.66954803466797, 11.529637336730957, 13.237339973449707, 7.902012348175049], "count": [814]}, "observation.state": {"min": [-30.146484375, 94.658203125, 62.666015625, 25.3125, -89.384765625, 0.8560311198234558], "max": [35.859375, 188.96484375, 177.451171875, 96.15234375, -36.73828125, 27.23735237121582], "mean": [6.14402961730957, 169.50416564941406, 158.72279357910156, 73.78775024414062, -71.9228515625, 5.43662166595459], "std": [13.491068840026855, 34.388954162597656, 35.124996185302734, 11.400182723999023, 13.327397346496582, 7.686056613922119], "count": [814]}, "observation.images.airial": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5230559855521155]], [[0.5268634975920192]], [[0.6540303765694875]]], "std": [[[0.20110465877914796]], [[0.2060037105764418]], [[0.23756335857868013]]], "count": [152]}, "observation.images.right_follower": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6559692780895252]], [[0.6772776729661163]], [[0.6781647330258858]]], "std": [[[0.35689679053823276]], [[0.2664897701415322]], [[0.2526281171890956]]], "count": [152]}, "timestamp": {"min": [0.0], "max": [27.1], "mean": [13.55], "std": [7.832712741374402], "count": [814]}, "frame_index": {"min": [0], "max": [813], "mean": [406.5], "std": [234.98138224123204], "count": [814]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [814]}, "index": {"min": [0], "max": [813], "mean": [406.5], "std": [234.98138224123204], "count": [814]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [814]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 814,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:1"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 6
21
+ ],
22
+ "names": [
23
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_shoulder_lift",
39
+ "main_elbow_flex",
40
+ "main_wrist_flex",
41
+ "main_wrist_roll",
42
+ "main_gripper"
43
+ ]
44
+ },
45
+ "observation.images.airial": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.fps": 30.0,
59
+ "video.height": 480,
60
+ "video.width": 640,
61
+ "video.channels": 3,
62
+ "video.codec": "h264",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.right_follower": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.fps": 30.0,
82
+ "video.height": 480,
83
+ "video.width": 640,
84
+ "video.channels": 3,
85
+ "video.codec": "h264",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ }
127
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Put pabble(s) into a cup"}
videos/chunk-000/observation.images.airial/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79a1f3db4410608a32112521087a3416c2f4667d94cf75cb38df5919cd333d14
3
+ size 8755976
videos/chunk-000/observation.images.right_follower/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7026e13958054933aeef781f60440ba166d3c82abd6e9d0babc972d9138ef184
3
+ size 6953848