vobotics commited on
Commit
c77fb36
·
verified ·
1 Parent(s): 78c8dd1

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 +10 -156
  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
@@ -1,163 +1,17 @@
 
1
  ---
2
- license: apache-2.0
3
- task_categories:
4
- - robotics
5
  tags:
6
- - LeRobot
7
- configs:
8
- - config_name: default
9
- data_files: data/*/*.parquet
 
10
  ---
11
 
12
- This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
-
14
- ## Dataset Description
15
-
16
-
17
-
18
- - **Homepage:** [More Information Needed]
19
- - **Paper:** [More Information Needed]
20
- - **License:** apache-2.0
21
-
22
- ## Dataset Structure
23
-
24
- [meta/info.json](meta/info.json):
25
- ```json
26
- {
27
- "robot_type": "so-100",
28
- "codebase_version": "v3.0",
29
- "total_episodes": 50,
30
- "total_frames": 34674,
31
- "total_tasks": 1,
32
- "chunks_size": 1000,
33
- "fps": 30,
34
- "splits": {
35
- "train": "0:50"
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",
42
- "shape": [
43
- 6
44
- ],
45
- "names": [
46
- "motor_1",
47
- "motor_2",
48
- "motor_3",
49
- "motor_4",
50
- "motor_5",
51
- "motor_6"
52
- ],
53
- "fps": 30
54
- },
55
- "observation.state": {
56
- "dtype": "float32",
57
- "shape": [
58
- 6
59
- ],
60
- "names": [
61
- "motor_1",
62
- "motor_2",
63
- "motor_3",
64
- "motor_4",
65
- "motor_5",
66
- "motor_6"
67
- ],
68
- "fps": 30
69
- },
70
- "timestamp": {
71
- "dtype": "float32",
72
- "shape": [
73
- 1
74
- ],
75
- "names": null,
76
- "fps": 30
77
- },
78
- "episode_index": {
79
- "dtype": "int64",
80
- "shape": [
81
- 1
82
- ],
83
- "names": null,
84
- "fps": 30
85
- },
86
- "frame_index": {
87
- "dtype": "int64",
88
- "shape": [
89
- 1
90
- ],
91
- "names": null,
92
- "fps": 30
93
- },
94
- "task_index": {
95
- "dtype": "int64",
96
- "shape": [
97
- 1
98
- ],
99
- "names": null,
100
- "fps": 30
101
- },
102
- "index": {
103
- "dtype": "int64",
104
- "shape": [
105
- 1
106
- ],
107
- "names": null,
108
- "fps": 30
109
- },
110
- "observation.images.main": {
111
- "dtype": "video",
112
- "shape": [
113
- 240,
114
- 320,
115
- 3
116
- ],
117
- "names": [
118
- "height",
119
- "width",
120
- "channel"
121
- ],
122
- "info": {
123
- "video.fps": 30,
124
- "video.codec": "avc1",
125
- "video.pix_fmt": "yuv420p",
126
- "video.is_depth_map": false,
127
- "has_audio": false
128
- }
129
- },
130
- "observation.images.secondary_0": {
131
- "dtype": "video",
132
- "shape": [
133
- 240,
134
- 320,
135
- 3
136
- ],
137
- "names": [
138
- "height",
139
- "width",
140
- "channel"
141
- ],
142
- "info": {
143
- "video.fps": 30,
144
- "video.codec": "avc1",
145
- "video.pix_fmt": "yuv420p",
146
- "video.is_depth_map": false,
147
- "has_audio": false
148
- }
149
- }
150
- },
151
- "data_files_size_in_mb": 100,
152
- "video_files_size_in_mb": 200
153
- }
154
- ```
155
-
156
 
157
- ## Citation
158
 
159
- **BibTeX:**
160
 
161
- ```bibtex
162
- [More Information Needed]
163
- ```
 
1
+
2
  ---
 
 
 
3
  tags:
4
+ - phosphobot
5
+ - so100
6
+ - phospho-dk
7
+ task_categories:
8
+ - robotics
9
  ---
10
 
11
+ # example_dataset
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
 
13
+ **This dataset was generated using [phosphobot](https://docs.phospho.ai).**
14
 
15
+ This dataset contains a series of episodes recorded with a robot and multiple cameras. It can be directly used to train a policy using imitation learning. It's compatible with LeRobot.
16
 
17
+ To get started in robotics, [get your own phospho starter pack.](https://robots.phospho.ai).
 
 
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b5cb69a60d1aead17c3356b65d587976e0dc33731e6f8a4608e6dcbc65c2a2c
3
+ size 34353
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3629462bc19e1428f6d48e9f9508d0b68a3f5220dadb2f50bfa0f6b34bd5b202
3
+ size 25710
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acddc5e5b49511702a79b6b9d1dbdaf4754040eb994cf668b41532bb4965cae8
3
+ size 33231
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9ff5874257a9c8c51c1ee69f9edd7438c50febff6d20985618e1d2342fe74aa
3
+ size 37865
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97d2cf3eebdffa9630a8a8643db71f3cfc485edea711bbb9466debc03eb69552
3
+ size 38930
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c54351eebe5023b77af2517315d59323523dcb6f62b651fd11c2b675e3f8ed33
3
+ size 26043
data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f78e903e7b845d8c1cf1592db61b30a9b209bb72a4e529cd761617fb9795f568
3
+ size 31018
data/chunk-000/episode_000007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d21f258613723aa2f523c8ea52f655c16c803df5f150e96ea27675661422de2a
3
+ size 44956
data/chunk-000/episode_000008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4d3d22353c3facb54c6b9998f070753124e5089c7057762f4cdadfb020cd742
3
+ size 29063
data/chunk-000/episode_000009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9fb68cc61f64e0d5d322f4a53a342d2a1ad20e735a0a62c69ae1a2cc92ebc1d
3
+ size 28526
data/chunk-000/episode_000010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1f5b9201333fd053ee7b4798f85ea5285f3f9d9c4f5a6caf53544ad72cb9084
3
+ size 46889
data/chunk-000/episode_000011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f1602d0200264a872ff2d8a34f7110514330909f944e6f2a2b2a0a086ad69f4
3
+ size 30198
data/chunk-000/episode_000012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e485fca37ae95109ce15b4dd484299c5103b0e549a7c3c2694aad4e9d7fb85ec
3
+ size 28146
data/chunk-000/episode_000013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fac35f581a40cd961bf5e4c5a3c51cd82aa21fb7d03f741f39bb8be01ac6eabd
3
+ size 24357
data/chunk-000/episode_000014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1c46db24eb623e2ec2a751b24321068de2712e543c93f7fdc6138ff99b136f4
3
+ size 27242
data/chunk-000/episode_000015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4420a00d3a5e65b82f2f9d687d9aa26b229210333437f7d5c9724f0c4396b28b
3
+ size 30165
data/chunk-000/episode_000016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b50e5aaaa9d4b01261bcb8ef0aaf5a9008956486020f92c597795da0b56311b4
3
+ size 25668
data/chunk-000/episode_000017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a19c7bc265bf62d799c12c1c3a653bbe35b115b2af58737ae4c4fe33c85cbdad
3
+ size 33530
data/chunk-000/episode_000018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb3fa33cc07ac1c415a57010078b238d3cc611299f7a5aa2eb35927bcbb6feba
3
+ size 24578
data/chunk-000/episode_000019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fad7b1bf0b1112d9920bee359a1930eda92f0a60248ce30f5a9106d878bc369b
3
+ size 35008
data/chunk-000/episode_000020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:631677a0e23944842457e299964728b8bc0f3d0fb002727a986007834119b7ee
3
+ size 25706
data/chunk-000/episode_000021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e36277c7c7e4db7df83f88f0477f818ae21156b7739205e84a8fa92a18f6666
3
+ size 24626
data/chunk-000/episode_000022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:103c2355622897483b7ac61e70033305092bf44239c6637c62e8419b0ffe0793
3
+ size 34845
data/chunk-000/episode_000023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:660540e40eeae145bbe2520bc0915b0286d4f814bf398a25846a0e8fa6c5c490
3
+ size 27832
data/chunk-000/episode_000024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c7e0a10ef3c7c68524ee37f612f745690dae0c1437e06ae3320920b2bb192ef
3
+ size 29884
data/chunk-000/episode_000025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2405ee2e945d7c5b4076bdcaa230f1af2aad6c850fc89956f2999b71b371d85b
3
+ size 23236
data/chunk-000/episode_000026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f3a6404ebf2b7b7485f865ebf4d50fb96830a90506e4eb6238b56b90502014b
3
+ size 21202
data/chunk-000/episode_000027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63c6e038b6fe97080bbace160d659d7e495d6aa157de5f4f99d2e89db9d34386
3
+ size 21261
data/chunk-000/episode_000028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4444fe4de980fe4eb44e5a69e1fdef23c7b5bdf14f93a8d90e9c25b4fb38192
3
+ size 33629
data/chunk-000/episode_000029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91c06a57eb621574fcf9851fad6bc6f3f6a04e72f3cb31f99154c123105a35ad
3
+ size 31039
data/chunk-000/episode_000030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b2e155c6bf04681340eeb0936ed5538712496e101f13828f345f0ea2489c607
3
+ size 25721
data/chunk-000/episode_000031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7414143c59c35b24cf7be0c60d015b05dfa8b93180889a7915dfe4fea2995eef
3
+ size 30974
data/chunk-000/episode_000032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ee03e095e87407899cb30397bd8ecd3504d15a55bf53ea720e3d49c21f03cd5
3
+ size 20562
data/chunk-000/episode_000033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3f43c60b16d0211190a2132c13165421a0c7ae57a775153cb96f68d211d7b42
3
+ size 22073
data/chunk-000/episode_000034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17bd1b897db4cbb5c2b34f7e9b59ef6c34e6dae147ea155295760a8aa9d5de42
3
+ size 20076
data/chunk-000/episode_000035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a15f7c6f7cb4240261bc5d474434e0aa9fe0627ad2068a499c8a5be02c18867
3
+ size 29797
data/chunk-000/episode_000036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6284ffed492d4939f536242287e3abe220b318f46e22dfa96383b74cc791fa07
3
+ size 26646
data/chunk-000/episode_000037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65fdd57bad1fd1aa38c7e4d6aa51b88f12d21b275b09432b5848bdfcf2af1ff4
3
+ size 28374
data/chunk-000/episode_000038.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc1376c4b5cff412967e898c2c2dc6d2668249f110f441c400be5e9f8514ed60
3
+ size 25783
data/chunk-000/episode_000039.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6e08d7af0777d9fbb706d8d7a55d344caff47afebb530473f250d3a7d3c2dc6
3
+ size 25638
data/chunk-000/episode_000040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2baced6a708bbcfb503660a7beb214028b38bbe237a85d44d72564e8c548a1a
3
+ size 20818
data/chunk-000/episode_000041.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a207fcd4b4fa615d19d1f2e5760bfcde0701f698ac372983b24f1b635c9fbf55
3
+ size 31434
data/chunk-000/episode_000042.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ffbc1dd8cda1e8a8dc7c9bf939bc151c8e34be7875acd7bb7b8137f1282f565
3
+ size 26982
data/chunk-000/episode_000043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:281a99cf0a4084c3fb1372c646ecb50d4615b5775bcd8d37bd376b9815b9010e
3
+ size 31224
data/chunk-000/episode_000044.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60d29125d735f53b1d1507564fe9e434a49298ead62dcf4145a7c2a861a218b5
3
+ size 30444
data/chunk-000/episode_000045.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c0e12a3876a66c05707c20a46e4a4426e478d84a6470e93b087679b8e09910a
3
+ size 37536
data/chunk-000/episode_000046.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86c3c5220d7c7002ef77d0be8307ad94c01fa62ec82d8246716274fd5ceed9fd
3
+ size 37317
data/chunk-000/episode_000047.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8534e2ce31bfa0564afa8843fbac66372b46bdd4386bb0c4c7c95a31909cfd0
3
+ size 32708
data/chunk-000/episode_000048.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88e08979dde1b83d493711d158bb16b976d6177f9086436fde99fceee7bfd8b5
3
+ size 33066