lirislab commited on
Commit
90a0305
·
verified ·
1 Parent(s): c1c13b5

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +166 -0
  2. data/chunk-000/episode_000000.parquet +3 -0
  3. data/chunk-000/episode_000001.parquet +3 -0
  4. data/chunk-000/episode_000002.parquet +3 -0
  5. data/chunk-000/episode_000003.parquet +3 -0
  6. data/chunk-000/episode_000004.parquet +3 -0
  7. data/chunk-000/episode_000005.parquet +3 -0
  8. data/chunk-000/episode_000006.parquet +3 -0
  9. data/chunk-000/episode_000007.parquet +3 -0
  10. data/chunk-000/episode_000008.parquet +3 -0
  11. data/chunk-000/episode_000009.parquet +3 -0
  12. data/chunk-000/episode_000010.parquet +3 -0
  13. data/chunk-000/episode_000011.parquet +3 -0
  14. data/chunk-000/episode_000012.parquet +3 -0
  15. data/chunk-000/episode_000013.parquet +3 -0
  16. data/chunk-000/episode_000014.parquet +3 -0
  17. data/chunk-000/episode_000015.parquet +3 -0
  18. data/chunk-000/episode_000016.parquet +3 -0
  19. data/chunk-000/episode_000017.parquet +3 -0
  20. data/chunk-000/episode_000018.parquet +3 -0
  21. data/chunk-000/episode_000019.parquet +3 -0
  22. data/chunk-000/episode_000020.parquet +3 -0
  23. data/chunk-000/episode_000021.parquet +3 -0
  24. data/chunk-000/episode_000022.parquet +3 -0
  25. data/chunk-000/episode_000023.parquet +3 -0
  26. data/chunk-000/episode_000024.parquet +3 -0
  27. data/chunk-000/episode_000025.parquet +3 -0
  28. data/chunk-000/episode_000026.parquet +3 -0
  29. data/chunk-000/episode_000027.parquet +3 -0
  30. data/chunk-000/episode_000028.parquet +3 -0
  31. data/chunk-000/episode_000029.parquet +3 -0
  32. data/chunk-000/episode_000030.parquet +3 -0
  33. data/chunk-000/episode_000031.parquet +3 -0
  34. data/chunk-000/episode_000032.parquet +3 -0
  35. data/chunk-000/episode_000033.parquet +3 -0
  36. data/chunk-000/episode_000034.parquet +3 -0
  37. data/chunk-000/episode_000035.parquet +3 -0
  38. data/chunk-000/episode_000036.parquet +3 -0
  39. data/chunk-000/episode_000037.parquet +3 -0
  40. data/chunk-000/episode_000038.parquet +3 -0
  41. data/chunk-000/episode_000039.parquet +3 -0
  42. meta/episodes.jsonl +40 -0
  43. meta/info.json +127 -0
  44. meta/stats.json +280 -0
  45. meta/tasks.jsonl +1 -0
  46. videos/chunk-000/observation.images.realsense_side/episode_000000.mp4 +3 -0
  47. videos/chunk-000/observation.images.realsense_side/episode_000001.mp4 +3 -0
  48. videos/chunk-000/observation.images.realsense_side/episode_000002.mp4 +3 -0
  49. videos/chunk-000/observation.images.realsense_side/episode_000003.mp4 +3 -0
  50. videos/chunk-000/observation.images.realsense_side/episode_000004.mp4 +3 -0
README.md ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - so100
8
+ - block
9
+ - pick
10
+ - place
11
+ configs:
12
+ - config_name: default
13
+ data_files: data/*/*.parquet
14
+ ---
15
+
16
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
17
+
18
+ ## Dataset Description
19
+
20
+
21
+
22
+ - **Homepage:** [More Information Needed]
23
+ - **Paper:** [More Information Needed]
24
+ - **License:** apache-2.0
25
+
26
+ ## Dataset Structure
27
+
28
+ [meta/info.json](meta/info.json):
29
+ ```json
30
+ {
31
+ "codebase_version": "v2.0",
32
+ "robot_type": "so100",
33
+ "total_episodes": 40,
34
+ "total_frames": 17250,
35
+ "total_tasks": 1,
36
+ "total_videos": 80,
37
+ "total_chunks": 1,
38
+ "chunks_size": 1000,
39
+ "fps": 30,
40
+ "splits": {
41
+ "train": "0:40"
42
+ },
43
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
44
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
45
+ "features": {
46
+ "action": {
47
+ "dtype": "float32",
48
+ "shape": [
49
+ 6
50
+ ],
51
+ "names": [
52
+ "main_shoulder_pan",
53
+ "main_shoulder_lift",
54
+ "main_elbow_flex",
55
+ "main_wrist_flex",
56
+ "main_wrist_roll",
57
+ "main_gripper"
58
+ ]
59
+ },
60
+ "observation.state": {
61
+ "dtype": "float32",
62
+ "shape": [
63
+ 6
64
+ ],
65
+ "names": [
66
+ "main_shoulder_pan",
67
+ "main_shoulder_lift",
68
+ "main_elbow_flex",
69
+ "main_wrist_flex",
70
+ "main_wrist_roll",
71
+ "main_gripper"
72
+ ]
73
+ },
74
+ "observation.images.realsense_side": {
75
+ "dtype": "video",
76
+ "shape": [
77
+ 480,
78
+ 640,
79
+ 3
80
+ ],
81
+ "names": [
82
+ "height",
83
+ "width",
84
+ "channels"
85
+ ],
86
+ "info": {
87
+ "video.fps": 30.0,
88
+ "video.height": 480,
89
+ "video.width": 640,
90
+ "video.channels": 3,
91
+ "video.codec": "av1",
92
+ "video.pix_fmt": "yuv420p",
93
+ "video.is_depth_map": false,
94
+ "has_audio": false
95
+ }
96
+ },
97
+ "observation.images.realsense_top": {
98
+ "dtype": "video",
99
+ "shape": [
100
+ 480,
101
+ 640,
102
+ 3
103
+ ],
104
+ "names": [
105
+ "height",
106
+ "width",
107
+ "channels"
108
+ ],
109
+ "info": {
110
+ "video.fps": 30.0,
111
+ "video.height": 480,
112
+ "video.width": 640,
113
+ "video.channels": 3,
114
+ "video.codec": "av1",
115
+ "video.pix_fmt": "yuv420p",
116
+ "video.is_depth_map": false,
117
+ "has_audio": false
118
+ }
119
+ },
120
+ "timestamp": {
121
+ "dtype": "float32",
122
+ "shape": [
123
+ 1
124
+ ],
125
+ "names": null
126
+ },
127
+ "frame_index": {
128
+ "dtype": "int64",
129
+ "shape": [
130
+ 1
131
+ ],
132
+ "names": null
133
+ },
134
+ "episode_index": {
135
+ "dtype": "int64",
136
+ "shape": [
137
+ 1
138
+ ],
139
+ "names": null
140
+ },
141
+ "index": {
142
+ "dtype": "int64",
143
+ "shape": [
144
+ 1
145
+ ],
146
+ "names": null
147
+ },
148
+ "task_index": {
149
+ "dtype": "int64",
150
+ "shape": [
151
+ 1
152
+ ],
153
+ "names": null
154
+ }
155
+ }
156
+ }
157
+ ```
158
+
159
+
160
+ ## Citation
161
+
162
+ **BibTeX:**
163
+
164
+ ```bibtex
165
+ [More Information Needed]
166
+ ```
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc0eb364756c210886b739575db4feabdbd11b009559ae35cbdf29694536ca6c
3
+ size 22181
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b789dd34b6f920337a7e48c73cfb9af43c3aa5feae5810c16294272eab49dd64
3
+ size 22648
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ce4a1c8596649723894446ffa75a1119eb55d08bd5aa3b177167c3f739296a0
3
+ size 24328
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afa49763e00ad19b7c239190c556217c08222474d6d3ad38462671340e9d4f8e
3
+ size 21914
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:717e725379bf771959512e6aa77d26303aef307edd0487ea4d2eaed8c19c2445
3
+ size 21219
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5f1c3e0ce65f0e6bbb64188ab1f6c00eabc001de97f17cce70747cd90562c4c
3
+ size 22048
data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7fab20bee15cb947a48afcd4c9707c3208eb5de5313418852ae607f63e5c125
3
+ size 25164
data/chunk-000/episode_000007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d150ef61874e645b7cad8dea1edb02db0f29638236a6fca5be3568d98f4c187
3
+ size 24165
data/chunk-000/episode_000008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fef3e41042d9a460189bc4cd8d1470e524da77c557c254f2f77d13c56666831c
3
+ size 28192
data/chunk-000/episode_000009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36721448202f006803eababc83cee0c650fc565993aade282dc70dee57cbecb4
3
+ size 27931
data/chunk-000/episode_000010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67d4fdd40add46406583f1c8973c802bea5a4991fc6f9e931f7ac93c348acab8
3
+ size 25339
data/chunk-000/episode_000011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d6e712c49257917c229a777d4cee19c89a4bb305f062b4e7964ee1fe0df0514
3
+ size 28191
data/chunk-000/episode_000012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fb0dcb16c8f01e88b8eacb998f00e067aaaaf15685da21850e96db8493b051a
3
+ size 24232
data/chunk-000/episode_000013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44952843219fdd9f07cb1cb9be8b4adcea9534602fe11fff55af472ead1332a2
3
+ size 21339
data/chunk-000/episode_000014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a714cb241ed57c546cbd1aed3ca5d8784b66cd53ca066a7605952aef6f87865
3
+ size 25547
data/chunk-000/episode_000015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0eb3362ad2dc869b577f28b6b04808d9ff69b8644c645d7d3917815712454fa
3
+ size 22250
data/chunk-000/episode_000016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:941ed020f8598b06cad53b65de8b8f222fb74b32e8c7544d2604b6dcefe10215
3
+ size 23593
data/chunk-000/episode_000017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:274feba4a78519549cbf1a593a7ad37e5944a8c62f81bc4f9ac9c0850e109ef2
3
+ size 27856
data/chunk-000/episode_000018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:963a8583f2ee2283659076ab574510fa7bc5e378b57e0366b72160a4fbe79628
3
+ size 23785
data/chunk-000/episode_000019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a97c4a4c65f3cc9d994abcb04e796677a3bcb87bfd1b5a1e974cafb19d54981
3
+ size 23687
data/chunk-000/episode_000020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5e917e5c41d8b781a041ca679cf5ee19b8ead84ac016ceec656f1772506a3a5
3
+ size 24972
data/chunk-000/episode_000021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa2234c546bcd224f6d63af323cc194a36704e83c709b3153a6c13c250d3d727
3
+ size 26012
data/chunk-000/episode_000022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14b35c86f4b5128bb6fafb20747d80af47a1432ea0d8880abe2ba610b925cb09
3
+ size 28294
data/chunk-000/episode_000023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4812cb7dce65ab0ea095262d3229e28c79942b74b129320e66bdf90035e1962
3
+ size 28537
data/chunk-000/episode_000024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b69d1f8c030c2d04b0687dd1e53bb3357c608f75a6cef2a95e14c78034388e06
3
+ size 27134
data/chunk-000/episode_000025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9a4fbca84a146f2e993aadbe84eeaacf8c5649d07610ff9db106ee64188d15a
3
+ size 24038
data/chunk-000/episode_000026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de527317daa4ac5594321106f367688903fbc2496a490a622f1aca537ddbb8ff
3
+ size 28313
data/chunk-000/episode_000027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:738958066a4f7284a4916f8bad8c40e0fbde94eb9a386683e7855e4d6f319640
3
+ size 22827
data/chunk-000/episode_000028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b05558340ceafb7979e0a561916ff208a16c9f10dbde0322142c2c681da1d47
3
+ size 23600
data/chunk-000/episode_000029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa53102afe0a6628295c9b37cb21b8ce0b1300fa2b6ae0ecc54e0190e185b0d8
3
+ size 25977
data/chunk-000/episode_000030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e88bfefc1a0b1ee1d6f1e8a4935a3d0f8a015f3a33d8d524bc308a3c32eacc17
3
+ size 24666
data/chunk-000/episode_000031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff9487adfca328aba998535a60650ab69e1105c572dcbb48b6fed783e43d5372
3
+ size 23401
data/chunk-000/episode_000032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb8e8edb2de7c54c56e29607d13e54ae9c8bccaa68f8a71d765515a2f9af238c
3
+ size 23115
data/chunk-000/episode_000033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:361c26e8710971d523fae0e244f821662d828b9f3f8145b47e6c9f89a9d56ae0
3
+ size 27889
data/chunk-000/episode_000034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4056fdab71094ed8e6bfa5a251bba1d3e298a7382f943f86f46620bd832a9e30
3
+ size 26256
data/chunk-000/episode_000035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1198f39a126bd6e3cb06e3c8cdf7b30e2708ad7080dc20ee01d7a3d1e744c06
3
+ size 22827
data/chunk-000/episode_000036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15215ad20289a46098457e5d7233520aff4e267779eee2dd02192259f073cf36
3
+ size 26079
data/chunk-000/episode_000037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31abe1a8d40d226c2fd02521bb351ad198d137784c89c4b2c1cfcef86cb5d8cd
3
+ size 23581
data/chunk-000/episode_000038.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7090fdcedf03e5dce0142c431d2ac4ee90b9319a5194497740aa002fcd34fa50
3
+ size 22318
data/chunk-000/episode_000039.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff8ae78f3d2eca8ea4c79046bdd4c1292dd4066c86e3d459740a91c834630140
3
+ size 22309
meta/episodes.jsonl ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["pick the green block and place it in the red cup"], "length": 401}
2
+ {"episode_index": 1, "tasks": ["pick the green block and place it in the red cup"], "length": 396}
3
+ {"episode_index": 2, "tasks": ["pick the green block and place it in the red cup"], "length": 425}
4
+ {"episode_index": 3, "tasks": ["pick the green block and place it in the red cup"], "length": 395}
5
+ {"episode_index": 4, "tasks": ["pick the green block and place it in the red cup"], "length": 382}
6
+ {"episode_index": 5, "tasks": ["pick the green block and place it in the red cup"], "length": 371}
7
+ {"episode_index": 6, "tasks": ["pick the green block and place it in the red cup"], "length": 440}
8
+ {"episode_index": 7, "tasks": ["pick the green block and place it in the red cup"], "length": 411}
9
+ {"episode_index": 8, "tasks": ["pick the green block and place it in the red cup"], "length": 480}
10
+ {"episode_index": 9, "tasks": ["pick the green block and place it in the red cup"], "length": 511}
11
+ {"episode_index": 10, "tasks": ["pick the green block and place it in the red cup"], "length": 428}
12
+ {"episode_index": 11, "tasks": ["pick the green block and place it in the red cup"], "length": 506}
13
+ {"episode_index": 12, "tasks": ["pick the green block and place it in the red cup"], "length": 415}
14
+ {"episode_index": 13, "tasks": ["pick the green block and place it in the red cup"], "length": 358}
15
+ {"episode_index": 14, "tasks": ["pick the green block and place it in the red cup"], "length": 459}
16
+ {"episode_index": 15, "tasks": ["pick the green block and place it in the red cup"], "length": 376}
17
+ {"episode_index": 16, "tasks": ["pick the green block and place it in the red cup"], "length": 401}
18
+ {"episode_index": 17, "tasks": ["pick the green block and place it in the red cup"], "length": 518}
19
+ {"episode_index": 18, "tasks": ["pick the green block and place it in the red cup"], "length": 422}
20
+ {"episode_index": 19, "tasks": ["pick the green block and place it in the red cup"], "length": 404}
21
+ {"episode_index": 20, "tasks": ["pick the green block and place it in the red cup"], "length": 420}
22
+ {"episode_index": 21, "tasks": ["pick the green block and place it in the red cup"], "length": 447}
23
+ {"episode_index": 22, "tasks": ["pick the green block and place it in the red cup"], "length": 488}
24
+ {"episode_index": 23, "tasks": ["pick the green block and place it in the red cup"], "length": 515}
25
+ {"episode_index": 24, "tasks": ["pick the green block and place it in the red cup"], "length": 484}
26
+ {"episode_index": 25, "tasks": ["pick the green block and place it in the red cup"], "length": 399}
27
+ {"episode_index": 26, "tasks": ["pick the green block and place it in the red cup"], "length": 513}
28
+ {"episode_index": 27, "tasks": ["pick the green block and place it in the red cup"], "length": 405}
29
+ {"episode_index": 28, "tasks": ["pick the green block and place it in the red cup"], "length": 428}
30
+ {"episode_index": 29, "tasks": ["pick the green block and place it in the red cup"], "length": 467}
31
+ {"episode_index": 30, "tasks": ["pick the green block and place it in the red cup"], "length": 415}
32
+ {"episode_index": 31, "tasks": ["pick the green block and place it in the red cup"], "length": 390}
33
+ {"episode_index": 32, "tasks": ["pick the green block and place it in the red cup"], "length": 392}
34
+ {"episode_index": 33, "tasks": ["pick the green block and place it in the red cup"], "length": 500}
35
+ {"episode_index": 34, "tasks": ["pick the green block and place it in the red cup"], "length": 472}
36
+ {"episode_index": 35, "tasks": ["pick the green block and place it in the red cup"], "length": 391}
37
+ {"episode_index": 36, "tasks": ["pick the green block and place it in the red cup"], "length": 451}
38
+ {"episode_index": 37, "tasks": ["pick the green block and place it in the red cup"], "length": 398}
39
+ {"episode_index": 38, "tasks": ["pick the green block and place it in the red cup"], "length": 388}
40
+ {"episode_index": 39, "tasks": ["pick the green block and place it in the red cup"], "length": 388}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "so100",
4
+ "total_episodes": 40,
5
+ "total_frames": 17250,
6
+ "total_tasks": 1,
7
+ "total_videos": 80,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:40"
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.realsense_side": {
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": "av1",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.realsense_top": {
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": "av1",
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/stats.json ADDED
@@ -0,0 +1,280 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "mean": [
4
+ 0.10544325411319733,
5
+ 121.47486877441406,
6
+ 104.32817840576172,
7
+ 73.81082153320312,
8
+ 1.1620457172393799,
9
+ 8.960431098937988
10
+ ],
11
+ "std": [
12
+ 27.243839263916016,
13
+ 44.498680114746094,
14
+ 46.585689544677734,
15
+ 11.924034118652344,
16
+ 23.06691551208496,
17
+ 16.2990779876709
18
+ ],
19
+ "max": [
20
+ 85.25390625,
21
+ 189.4921875,
22
+ 174.462890625,
23
+ 99.4921875,
24
+ 78.662109375,
25
+ 56.61971664428711
26
+ ],
27
+ "min": [
28
+ -90.439453125,
29
+ 27.94921875,
30
+ -0.3515625,
31
+ 45.52734375,
32
+ -86.8359375,
33
+ -0.09389671683311462
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ 0.2197365015745163,
39
+ 118.7911148071289,
40
+ 106.60182189941406,
41
+ 73.67578125,
42
+ 0.9958437085151672,
43
+ 13.553285598754883
44
+ ],
45
+ "std": [
46
+ 26.876110076904297,
47
+ 45.94978713989258,
48
+ 46.13111114501953,
49
+ 11.772833824157715,
50
+ 22.67957305908203,
51
+ 14.894903182983398
52
+ ],
53
+ "max": [
54
+ 84.462890625,
55
+ 189.052734375,
56
+ 175.4296875,
57
+ 98.349609375,
58
+ 77.255859375,
59
+ 55.41995620727539
60
+ ],
61
+ "min": [
62
+ -88.06640625,
63
+ 24.2578125,
64
+ 4.04296875,
65
+ 46.7578125,
66
+ -85.25390625,
67
+ 0.8614501357078552
68
+ ]
69
+ },
70
+ "observation.images.realsense_side": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.5073941946029663
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.46305322647094727
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.46440011262893677
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.1313670128583908
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.18191976845264435
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.18037384748458862
102
+ ]
103
+ ]
104
+ ],
105
+ "max": [
106
+ [
107
+ [
108
+ 1.0
109
+ ]
110
+ ],
111
+ [
112
+ [
113
+ 1.0
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 1.0
119
+ ]
120
+ ]
121
+ ],
122
+ "min": [
123
+ [
124
+ [
125
+ 0.0
126
+ ]
127
+ ],
128
+ [
129
+ [
130
+ 0.0
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 0.0
136
+ ]
137
+ ]
138
+ ]
139
+ },
140
+ "observation.images.realsense_top": {
141
+ "mean": [
142
+ [
143
+ [
144
+ 0.46475058794021606
145
+ ]
146
+ ],
147
+ [
148
+ [
149
+ 0.4410077631473541
150
+ ]
151
+ ],
152
+ [
153
+ [
154
+ 0.4459850788116455
155
+ ]
156
+ ]
157
+ ],
158
+ "std": [
159
+ [
160
+ [
161
+ 0.11856894195079803
162
+ ]
163
+ ],
164
+ [
165
+ [
166
+ 0.1463170051574707
167
+ ]
168
+ ],
169
+ [
170
+ [
171
+ 0.14051738381385803
172
+ ]
173
+ ]
174
+ ],
175
+ "max": [
176
+ [
177
+ [
178
+ 1.0
179
+ ]
180
+ ],
181
+ [
182
+ [
183
+ 1.0
184
+ ]
185
+ ],
186
+ [
187
+ [
188
+ 1.0
189
+ ]
190
+ ]
191
+ ],
192
+ "min": [
193
+ [
194
+ [
195
+ 0.0
196
+ ]
197
+ ],
198
+ [
199
+ [
200
+ 0.0
201
+ ]
202
+ ],
203
+ [
204
+ [
205
+ 0.0
206
+ ]
207
+ ]
208
+ ]
209
+ },
210
+ "timestamp": {
211
+ "mean": [
212
+ 7.250983238220215
213
+ ],
214
+ "std": [
215
+ 4.2907609939575195
216
+ ],
217
+ "max": [
218
+ 17.233333587646484
219
+ ],
220
+ "min": [
221
+ 0.0
222
+ ]
223
+ },
224
+ "frame_index": {
225
+ "mean": [
226
+ 217.52940368652344
227
+ ],
228
+ "std": [
229
+ 128.722900390625
230
+ ],
231
+ "max": [
232
+ 517.0
233
+ ],
234
+ "min": [
235
+ 0.0
236
+ ]
237
+ },
238
+ "episode_index": {
239
+ "mean": [
240
+ 19.57820701599121
241
+ ],
242
+ "std": [
243
+ 11.34877872467041
244
+ ],
245
+ "max": [
246
+ 39.0
247
+ ],
248
+ "min": [
249
+ 0.0
250
+ ]
251
+ },
252
+ "index": {
253
+ "mean": [
254
+ 8624.4853515625
255
+ ],
256
+ "std": [
257
+ 4979.64697265625
258
+ ],
259
+ "max": [
260
+ 17249.0
261
+ ],
262
+ "min": [
263
+ 0.0
264
+ ]
265
+ },
266
+ "task_index": {
267
+ "mean": [
268
+ 0.0
269
+ ],
270
+ "std": [
271
+ 0.0
272
+ ],
273
+ "max": [
274
+ 0.0
275
+ ],
276
+ "min": [
277
+ 0.0
278
+ ]
279
+ }
280
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "pick the green block and place it in the red cup"}
videos/chunk-000/observation.images.realsense_side/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9a824c757dd2ad0be94400566dd4650e9333a168312e03bbf8dde2709f04be7
3
+ size 3415235
videos/chunk-000/observation.images.realsense_side/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e528b6e33b89aef52c5fe066e9add04cd5336cef45bd2cf7cb403f621e9b7317
3
+ size 3586989
videos/chunk-000/observation.images.realsense_side/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:525fe3d72c08d945e3f742149aaf50f27af5b83953c367907f623c86fa0b1d98
3
+ size 3644675
videos/chunk-000/observation.images.realsense_side/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f990a25f9e5ce33b2e4c4c9d4fbb7eae112e85015b57a8f458c181ad5b00b451
3
+ size 3406070
videos/chunk-000/observation.images.realsense_side/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b1cd046939e513d40e6f2ad4afb4309c6835a2942dad85a91400f8d5e8ba189
3
+ size 3348328