Sri-Ram-A commited on
Commit
d66c4ef
·
verified ·
1 Parent(s): ec29552

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": 22637,
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
+ # touch2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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:5b07fed07de152b72a506457d1315a476bf5578ef6dc645236d11979f323fd16
3
+ size 11085
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecb2009ffdf9598225f64e4b14693680690c47c382dff06c83f40f3afc52deeb
3
+ size 19874
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8cbae52e59dcbda6389b227fee13d930a9829867904adcf2435c18c46cedf84
3
+ size 14903
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b16bcae867dfb57ac28ad3146f200432f5ad5b30bd420aba5341103e324c20d3
3
+ size 26102
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c03419f1eac59823fa11305f765558c07359c3c15b7e46757d5d757ccbe79358
3
+ size 17874
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:836ea94ec5200b1b1de28095960337954499d902d16e190d7beab86a870c5acb
3
+ size 18713
data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fae300f6a3d8d3f7fd1a2437b3b5e70afecead2ee9e159fb45057a37783d2c5
3
+ size 19791
data/chunk-000/episode_000007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e79b9e15cbe3241694215c04bee8eaad80d9127b6dfd7a231a131f2655e858bf
3
+ size 21021
data/chunk-000/episode_000008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f5e980822abd239fc6baa8bcf2f14c4aa5f4c927047b5ffd7c7c8af5ef2bd5d
3
+ size 21770
data/chunk-000/episode_000009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e363bb940bf1cc4e28a02043e23bab83f39b74031875f7db2ea090ad33e2359c
3
+ size 17524
data/chunk-000/episode_000010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:976467404e6767bb8d4cf9df8d23a256c8cd29754501de30630aebdfaba57e40
3
+ size 21715
data/chunk-000/episode_000011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5c113a4e6f1c8eed5599d0b6a4cb9dc552cb1bb978357c8122a229baa0e629b
3
+ size 23840
data/chunk-000/episode_000012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9b054521d43104d6ae1a39d5cb44e3a6a2d54b58e0e3d8a161c87b6f0b2dcc6
3
+ size 31748
data/chunk-000/episode_000013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ae81e8d3a48407a5819cfb21cd5a434c78c0d660decbb4008760abea85bd22e
3
+ size 23821
data/chunk-000/episode_000014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a984991c72990f7d719fc6185f2e55c92d752ac33d0b15e8fa3805f680de2e06
3
+ size 20220
data/chunk-000/episode_000015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65ff4272be68991a970dc3d315c03adcb13a867226374f4fd978da9a4e09aeb5
3
+ size 24025
data/chunk-000/episode_000016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee760d2d2f22a3b778b1e4e9b66bb72b2584eb0358d8b5a352c9893506a8a568
3
+ size 18739
data/chunk-000/episode_000017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:960baa6732fedff449a4e6aeff04fb182a8a87271c2aa6a11544beeb951e06e9
3
+ size 21475
data/chunk-000/episode_000018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d43eecd0ba6f4a6c0d44d42c5d110e08fabdce9dd0bbf7de3858152eaaffc179
3
+ size 21496
data/chunk-000/episode_000019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d29fe3aa2a4e80b9ecc620a4618203fbf5385167ca2189d27370b726392faf0
3
+ size 22162
data/chunk-000/episode_000020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c10045b06638fe83bfa4b393346c2a3e4ddc6fd841ef8a9bd0b481cb785bba0
3
+ size 24901
data/chunk-000/episode_000021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74f1e1667622639b7ca28e16c41f48646e7c51e5548c0bcbe99d961db83389f4
3
+ size 19817
data/chunk-000/episode_000022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1974bf431bee8ec00491a8f2e96008c204eabb0f0772eda13c29b4daf146c1a
3
+ size 27946
data/chunk-000/episode_000023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20a21de2dc8c5e24b99a6b0d1df4fffd6afabd64c9aef7d1b63e840666137e90
3
+ size 15105
data/chunk-000/episode_000024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:280c47900607fc91cdb9569caa541f2714a2faed3257c1320d6fc372eeb131ed
3
+ size 17595
data/chunk-000/episode_000025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2485a76ffd80b64a9ae5ea0ce765a6220dc1ff7970899be5cc8648b20d25e2d
3
+ size 22825
data/chunk-000/episode_000026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:739775ad3ecedb104579225a2239fbbeba846e042fe77fe7c82e9c112e71f8cd
3
+ size 26753
data/chunk-000/episode_000027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17adab3ed074f0a5d6105221f7df5a4c3e1c081c08e8a91618296a44aefe739b
3
+ size 21296
data/chunk-000/episode_000028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e810aa7202315350e9805fdf8af9ff876f710bf404909719c22f52aae34eb0e4
3
+ size 19344
data/chunk-000/episode_000029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1355e199a14656e5a6bc27d04f1be94d946d7457629025c3ebd635b8878c0768
3
+ size 19762
data/chunk-000/episode_000030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:165e75d03c695929d7839a80720a05834b9451a6a44ddda6af805cf912bb94b9
3
+ size 30961
data/chunk-000/episode_000031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51a5c9a2192e8fa1dbfbf95773c94829fe44e75a27255d89aebe2313a2dade2d
3
+ size 30563
data/chunk-000/episode_000032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a0005b39583d992a96444abb52ef22171c3c01d6dba2053c77650587e7881ba
3
+ size 26079
data/chunk-000/episode_000033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0344816cab2dc5eb316a0b52bf199386ec2d8e52485fd5607abe46c965e1839d
3
+ size 26712
data/chunk-000/episode_000034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0a1259269c5d29718b94d8e6621b879f3fcc3f305c33f434d5c80599f6142e3
3
+ size 31800
data/chunk-000/episode_000035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97cf22c79f9894e43f92f8471a370688ab427f14b8365f9d4e4c6b382d2ff435
3
+ size 22438
data/chunk-000/episode_000036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05a2e49e285af305b8387463362b59c9705ba04c673e2022dcd50c57eb302984
3
+ size 26757
data/chunk-000/episode_000037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f30a8e6fd2d80032fde552d6c91d189aba47f985a598d131bf618088350fdbe
3
+ size 30336
data/chunk-000/episode_000038.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d16f74e55caf57a8497c04575fc2e9b41b67d00838f824218db134501cf6f1f
3
+ size 21381
data/chunk-000/episode_000039.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0de3f38191107a1709f586bd86e601572ff886bf4f70129b585673ec7c166b9e
3
+ size 23775
data/chunk-000/episode_000040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c8af42e70a9f7ae143969cb722e3e4b54acec461bb4df1ae756852c642165c7
3
+ size 38635
data/chunk-000/episode_000041.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1df877e48ca1fc1e90e0701b4e7f72573a3795be90a89ee4ed84a3bb6b41c1be
3
+ size 25996
data/chunk-000/episode_000042.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7665ea17ec4de2376624328bf8e0ed09b9c14951a66cf7fa3c7abda5bb7e1cc6
3
+ size 21897
data/chunk-000/episode_000043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7739af9cdbfa77f2f2f426da1f379476a9c343262da9d6484f7bf2d58171114
3
+ size 52323
data/chunk-000/episode_000044.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48a5cc2405335a59f68d183541ebeee5551044d0d31effa63147547b2329b3d6
3
+ size 30274
data/chunk-000/episode_000045.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3104de1c83933e0cbc6dac20e72fa46ae16369d158404898bf3c37fb4b47dd01
3
+ size 21052
data/chunk-000/episode_000046.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf4b0e9ca7e19777fb3d876719e6ff064f297347a33f844eaefe3e7dd3bbae6b
3
+ size 29682
data/chunk-000/episode_000047.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08642281d76e5cf61a9e994ec07367ff827e9334de46fb659f4aeff1b46ae2b1
3
+ size 24790
data/chunk-000/episode_000048.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:841393cd561d4f6a65a2224e4b3857fdefe64130da5a032fadb7ddf17a584bb0
3
+ size 33611