samsitol commited on
Commit
d04839a
·
verified ·
1 Parent(s): 8fb17f4

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:ae13f2e591e253afb36bd8fc52b328182900f65994b573b62c64da35e181db7a
3
+ size 696225
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp the yellow block and put it in the bin."], "length": 10463}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-48.12078857421875, 19.52739715576172, -20.20948028564453, 32.659461975097656, 104.1019058227539, -0.5030055046081543], "max": [101.01647186279297, 188.09715270996094, 173.62869262695312, 95.88232421875, 185.1773681640625, 44.95296096801758], "mean": [13.449203491210938, 101.60625457763672, 84.92865753173828, 73.29421997070312, 151.71063232421875, 11.484757423400879], "std": [29.079269409179688, 54.476585388183594, 48.86281204223633, 12.852527618408203, 16.969755172729492, 14.371626853942871], "count": [10463]}, "observation.state": {"min": [-47.98828125, 18.45703125, -14.23828125, 34.62890625, 103.798828125, 1.005867600440979], "max": [100.72265625, 187.91015625, 173.232421875, 94.921875, 184.833984375, 44.425819396972656], "mean": [13.436968803405762, 100.57219696044922, 86.54462432861328, 73.56510925292969, 151.6780548095703, 12.574172019958496], "std": [29.07673454284668, 55.18217086791992, 48.574424743652344, 12.842917442321777, 16.958568572998047, 13.71790599822998], "count": [10463]}, "observation.images.base": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3388144838165763]], [[0.5003344746747829]], [[0.638983320770281]]], "std": [[[0.3221484374469624]], [[0.3125397466433152]], [[0.34687978430208627]]], "count": [1034]}, "observation.images.head": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2744714613279225]], [[0.5340467110482168]], [[0.7184178996630889]]], "std": [[[0.27681107415878936]], [[0.2674761093328526]], [[0.3238129645439671]]], "count": [1034]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2911315229105827]], [[0.6275996852520828]], [[0.8542739867384735]]], "std": [[[0.23309991611838385]], [[0.20794831531982363]], [[0.2698635046016219]]], "count": [1034]}, "timestamp": {"min": [0.0], "max": [348.73333333333335], "mean": [174.36666666666665], "std": [100.68026398234937], "count": [10463]}, "frame_index": {"min": [0], "max": [10462], "mean": [5231.0], "std": [3020.407919470481], "count": [10463]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [10463]}, "index": {"min": [0], "max": [10462], "mean": [5231.0], "std": [3020.407919470481], "count": [10463]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [10463]}}}
meta/info.json ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 10463,
6
+ "total_tasks": 1,
7
+ "total_videos": 3,
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.base": {
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.height": 480,
59
+ "video.width": 640,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 30,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.head": {
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.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "observation.images.wrist": {
92
+ "dtype": "video",
93
+ "shape": [
94
+ 480,
95
+ 640,
96
+ 3
97
+ ],
98
+ "names": [
99
+ "height",
100
+ "width",
101
+ "channels"
102
+ ],
103
+ "info": {
104
+ "video.height": 480,
105
+ "video.width": 640,
106
+ "video.codec": "av1",
107
+ "video.pix_fmt": "yuv420p",
108
+ "video.is_depth_map": false,
109
+ "video.fps": 30,
110
+ "video.channels": 3,
111
+ "has_audio": false
112
+ }
113
+ },
114
+ "timestamp": {
115
+ "dtype": "float32",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "frame_index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ },
128
+ "episode_index": {
129
+ "dtype": "int64",
130
+ "shape": [
131
+ 1
132
+ ],
133
+ "names": null
134
+ },
135
+ "index": {
136
+ "dtype": "int64",
137
+ "shape": [
138
+ 1
139
+ ],
140
+ "names": null
141
+ },
142
+ "task_index": {
143
+ "dtype": "int64",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "names": null
148
+ }
149
+ }
150
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grasp the yellow block and put it in the bin."}
videos/chunk-000/observation.images.base/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46bfdd14b6249f8a47144f0c5fb3579466287c00f92430f1aa6faed075d18b71
3
+ size 191427384
videos/chunk-000/observation.images.head/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc14c5a140d3f34b17eb93b6598c8596c1895caba574093697fc39fd274aab6c
3
+ size 342228334
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c89f6b19e4f59bec549cb904f6d8fe66a84d729418ac7690e2fdec415544652
3
+ size 175066097