zacapa commited on
Commit
e754389
·
verified ·
1 Parent(s): b33c6d6

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 +20 -24
  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. data/chunk-000/episode_000040.parquet +3 -0
  43. data/chunk-000/episode_000041.parquet +3 -0
  44. data/chunk-000/episode_000042.parquet +3 -0
  45. data/chunk-000/episode_000043.parquet +3 -0
  46. data/chunk-000/episode_000044.parquet +3 -0
  47. data/chunk-000/episode_000045.parquet +3 -0
  48. data/chunk-000/episode_000046.parquet +3 -0
  49. data/chunk-000/episode_000047.parquet +3 -0
  50. data/chunk-000/episode_000048.parquet +3 -0
README.md CHANGED
@@ -4,6 +4,9 @@ task_categories:
4
  - robotics
5
  tags:
6
  - LeRobot
 
 
 
7
  configs:
8
  - config_name: default
9
  data_files: data/*/*.parquet
@@ -24,18 +27,20 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
- "codebase_version": "v3.0",
28
  "robot_type": "so101_follower",
29
- "total_episodes": 247,
30
- "total_frames": 143767,
31
- "total_tasks": 7,
 
 
32
  "chunks_size": 1000,
33
  "fps": 30,
34
  "splits": {
35
- "train": "0:247"
36
  },
37
- "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
38
- "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
39
  "features": {
40
  "action": {
41
  "dtype": "float32",
@@ -49,8 +54,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
49
  "wrist_flex.pos",
50
  "wrist_roll.pos",
51
  "gripper.pos"
52
- ],
53
- "fps": 30
54
  },
55
  "observation.state": {
56
  "dtype": "float32",
@@ -64,8 +68,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
64
  "wrist_flex.pos",
65
  "wrist_roll.pos",
66
  "gripper.pos"
67
- ],
68
- "fps": 30
69
  },
70
  "observation.images.overhead": {
71
  "dtype": "video",
@@ -118,44 +121,37 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
118
  "shape": [
119
  1
120
  ],
121
- "names": null,
122
- "fps": 30
123
  },
124
  "frame_index": {
125
  "dtype": "int64",
126
  "shape": [
127
  1
128
  ],
129
- "names": null,
130
- "fps": 30
131
  },
132
  "episode_index": {
133
  "dtype": "int64",
134
  "shape": [
135
  1
136
  ],
137
- "names": null,
138
- "fps": 30
139
  },
140
  "index": {
141
  "dtype": "int64",
142
  "shape": [
143
  1
144
  ],
145
- "names": null,
146
- "fps": 30
147
  },
148
  "task_index": {
149
  "dtype": "int64",
150
  "shape": [
151
  1
152
  ],
153
- "names": null,
154
- "fps": 30
155
  }
156
- },
157
- "data_files_size_in_mb": 100,
158
- "video_files_size_in_mb": 500
159
  }
160
  ```
161
 
 
4
  - robotics
5
  tags:
6
  - LeRobot
7
+ - robotics
8
+ - so101
9
+ - automation
10
  configs:
11
  - config_name: default
12
  data_files: data/*/*.parquet
 
27
  [meta/info.json](meta/info.json):
28
  ```json
29
  {
30
+ "codebase_version": "v2.1",
31
  "robot_type": "so101_follower",
32
+ "total_episodes": 24,
33
+ "total_frames": 13887,
34
+ "total_tasks": 1,
35
+ "total_videos": 48,
36
+ "total_chunks": 1,
37
  "chunks_size": 1000,
38
  "fps": 30,
39
  "splits": {
40
+ "train": "0:24"
41
  },
42
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
43
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
44
  "features": {
45
  "action": {
46
  "dtype": "float32",
 
54
  "wrist_flex.pos",
55
  "wrist_roll.pos",
56
  "gripper.pos"
57
+ ]
 
58
  },
59
  "observation.state": {
60
  "dtype": "float32",
 
68
  "wrist_flex.pos",
69
  "wrist_roll.pos",
70
  "gripper.pos"
71
+ ]
 
72
  },
73
  "observation.images.overhead": {
74
  "dtype": "video",
 
121
  "shape": [
122
  1
123
  ],
124
+ "names": null
 
125
  },
126
  "frame_index": {
127
  "dtype": "int64",
128
  "shape": [
129
  1
130
  ],
131
+ "names": null
 
132
  },
133
  "episode_index": {
134
  "dtype": "int64",
135
  "shape": [
136
  1
137
  ],
138
+ "names": null
 
139
  },
140
  "index": {
141
  "dtype": "int64",
142
  "shape": [
143
  1
144
  ],
145
+ "names": null
 
146
  },
147
  "task_index": {
148
  "dtype": "int64",
149
  "shape": [
150
  1
151
  ],
152
+ "names": null
 
153
  }
154
+ }
 
 
155
  }
156
  ```
157
 
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93d0b909b75f3089be865e12b282e3c89b75c06a0f97af7bdaaa8baeaf0043c4
3
+ size 39403
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21fb1421b10a1fe8b40a01fe8673f5706c386c74f9096cd3ec51abec8bd17cb2
3
+ size 28386
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6075776d9431d27b19cc7b6212a05b8cc13a92cf739e4557fbc836c7de372d99
3
+ size 35941
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46cd6b599389910170e52de9529d6ec8c5d09e9c3672bf557c0b2b55e6a03488
3
+ size 28807
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec726e6745d36566a34daac42b727e1f350742f1e25666692301a1850cdbd32e
3
+ size 25236
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f1e969c567d9e9bc3637f6276d98c0c41542ebe459d1b782a7730ab194bffbc
3
+ size 27134
data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92d66099830b0adf902260dcd6db7796616859f165492b194106e35b370ec9d3
3
+ size 34090
data/chunk-000/episode_000007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8684685465b80296bb85b5cc4a6dfb4130aa40bfd9f5b5f62d55ab01d23df149
3
+ size 27944
data/chunk-000/episode_000008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8215b3f3c1fa5ebb1bd7091cf296b0891996e9e5da72e31b76494813c5106184
3
+ size 22536
data/chunk-000/episode_000009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09f55903773a5e0556ae5e9f32bde1e29115e08bce7bd75f25ae5d325debe0b9
3
+ size 32562
data/chunk-000/episode_000010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0307044f32e54ea9868e418ed42283c82b5b318f2a7865b66c15ed8dc2bfd37d
3
+ size 27346
data/chunk-000/episode_000011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec6354f9145131a05b2c258df089ece9e35c08d89b868b197498158b80a9721e
3
+ size 27813
data/chunk-000/episode_000012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2f87cf80861b7e4a8b1da32475dd859b73be122a9280a3ff20ffa2cafc25db0
3
+ size 26873
data/chunk-000/episode_000013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d31d9e4bf501b758a52330694f390e70e9e3c6269eeac15c0b89e76f20d35eaa
3
+ size 23271
data/chunk-000/episode_000014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40d91b962cc465f51625596aeb89b5756c13278c185bb3920e115f434e3ce6b4
3
+ size 23371
data/chunk-000/episode_000015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc6a59cdb6788a14f5ac27c99a0ffc36a87140bdb9191ffcd8e04b93da346d7a
3
+ size 30650
data/chunk-000/episode_000016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:627bea982de01938ee7a7361a6b17c405eeabca64ff191754e4c84c41cba75e7
3
+ size 23295
data/chunk-000/episode_000017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1797a036da5c754da05b85bff78aa134f5130df700684b6d581694bf3f8a2631
3
+ size 26344
data/chunk-000/episode_000018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9072aeeabdf01c12c0bf569c0f99cc039a616c8c180b209ed41b6d585539a2b0
3
+ size 20923
data/chunk-000/episode_000019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f65c79fd65c0f94fb317247de01d02509979a342fe75756e0a1de9eaffa05b7
3
+ size 20796
data/chunk-000/episode_000020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e2e736be091f350d3291ef44f2316255af7f3ddb77ba9db385d3538dc04feb4
3
+ size 25020
data/chunk-000/episode_000021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20b418ed2f99a0852a039a58881cb1e83bacd55e9c79a50ea5e1302b553d5d8f
3
+ size 30216
data/chunk-000/episode_000022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80d12cfd552523854ac4f63f3863837c92aead1904d4148514b38cda520e115c
3
+ size 25644
data/chunk-000/episode_000023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46da14164f04ccd837d5d00098350cdd4505bd9253d6473591cc4235f80cbd53
3
+ size 27885
data/chunk-000/episode_000024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a09a19ddaad3e3035635f9c83074a086b35e87285ff337540bff590b8ef8b6e
3
+ size 25322
data/chunk-000/episode_000025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40e50cedaeb1850136d518660e9449b0dbcef15b88510b3c9ed3d46d8a52999b
3
+ size 29334
data/chunk-000/episode_000026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79fcb5467ddc50a9d117833dcaf4c00d09064f4feda7c25d7a5755b178a948e3
3
+ size 24618
data/chunk-000/episode_000027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a539432db989b8fffdea7194409be2aaab815a34cc8f7821585da849026db622
3
+ size 27861
data/chunk-000/episode_000028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4949752eb8272212582e47cc1fbe42f0d796f92e2e4ca23b709d97b4d13de8c6
3
+ size 27306
data/chunk-000/episode_000029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a821df04908fb256e742d31ab25a8e30159bd394c1ad98fab4b9c84f2386354
3
+ size 24425
data/chunk-000/episode_000030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386594f9e44a3a9dafce2154d36b8a1ab528578299365612283e925496b1c21a
3
+ size 27289
data/chunk-000/episode_000031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a10220ff6c57ebedada193e77c8fca309869972f3168734e7a414da823d01b71
3
+ size 29014
data/chunk-000/episode_000032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b8f3d60b8e5acb033a151a2aa4e47b5f0dd88a47f4c451ad3d07b0b8ea715af
3
+ size 29218
data/chunk-000/episode_000033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:846b31e671ec199803d19728ff93ca6ab2d4e0b0c109dc53d9311f441138ad72
3
+ size 27944
data/chunk-000/episode_000034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e602f6fafa614591c2c869963ef66f91aeeac750639ca646bb377a56ccf8a63a
3
+ size 32021
data/chunk-000/episode_000035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a83caf7af5704c57c3ca8c4a75a9ee4c13c2bf1445ccf802eae9ebafd8fb1dc6
3
+ size 23145
data/chunk-000/episode_000036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6de15a495f416cf94b2efd9bd77a90e4dd2e259086494b19b98e22ca7f717b2b
3
+ size 24847
data/chunk-000/episode_000037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aaed1d720e98df9ebbc6f42ccbfefbf7364dc109e6b8d0ea5886f887b72e2dd0
3
+ size 26021
data/chunk-000/episode_000038.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe2fcd879dba54418338bdd1f7b6c50ba7ad17459134410676615ed7cef5ad2c
3
+ size 29005
data/chunk-000/episode_000039.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe18f82f457d3b5a0f6816e1cbf21cf7201e43e2d48b3bc874b24366b2a27169
3
+ size 26172
data/chunk-000/episode_000040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6499d2587c0d68ea4a4038cd63b86d86817be3937f8b968ce94966c4a2fc34d
3
+ size 32096
data/chunk-000/episode_000041.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee3ac9149816975a7bd4c13d2723fa1d7e3199921131b9c32749f1d2b7bbcb0b
3
+ size 26549
data/chunk-000/episode_000042.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8eb2bf2e223938347668fc9bbf644d1e70b16588f51b7ea9386b2a602bd49c0
3
+ size 24722
data/chunk-000/episode_000043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7f733807f38518c2dd102434171ccaf0cb4041628e0dcf3120c25dcc7260f7b
3
+ size 25968
data/chunk-000/episode_000044.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67a86c24780b8f40a80b2b917d42e0034ae223448b816b1c5e151043d81b0ace
3
+ size 28823
data/chunk-000/episode_000045.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f143f8403d64b4d46c92c82fdc960869f8417f07282f6c136a88347fbf78fb1
3
+ size 27713
data/chunk-000/episode_000046.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c813ffc58ad15198bbeff415f08f0aeb691c0381801b63d98e2b0f2de96b325
3
+ size 22888
data/chunk-000/episode_000047.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:890d9ea1cd839db56b01f79e9fe9e58dbab73175d487b4910700e9201ea45221
3
+ size 32183
data/chunk-000/episode_000048.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9560a78e000e89f266484ab74c32b58fe3f404fee52bb6e33121a93599c9469
3
+ size 24280