uploaded_dataset

#1
by MulixBF - opened
This view is limited to 50 files because it contains too many changes. See the raw diff here.
Files changed (50) hide show
  1. README.md +0 -162
  2. data/chunk-000/episode_000000.parquet +0 -3
  3. data/chunk-000/episode_000001.parquet +0 -3
  4. data/chunk-000/episode_000002.parquet +0 -3
  5. data/chunk-000/episode_000003.parquet +0 -3
  6. data/chunk-000/episode_000004.parquet +0 -3
  7. data/chunk-000/episode_000005.parquet +0 -3
  8. data/chunk-000/episode_000006.parquet +0 -3
  9. data/chunk-000/episode_000007.parquet +0 -3
  10. data/chunk-000/episode_000008.parquet +0 -3
  11. data/chunk-000/episode_000009.parquet +0 -3
  12. data/chunk-000/episode_000010.parquet +0 -3
  13. data/chunk-000/episode_000011.parquet +0 -3
  14. data/chunk-000/episode_000012.parquet +0 -3
  15. data/chunk-000/episode_000013.parquet +0 -3
  16. data/chunk-000/episode_000014.parquet +0 -3
  17. data/chunk-000/episode_000015.parquet +0 -3
  18. data/chunk-000/episode_000016.parquet +0 -3
  19. data/chunk-000/episode_000017.parquet +0 -3
  20. data/chunk-000/episode_000018.parquet +0 -3
  21. data/chunk-000/episode_000019.parquet +0 -3
  22. data/chunk-000/episode_000020.parquet +0 -3
  23. data/chunk-000/episode_000021.parquet +0 -3
  24. data/chunk-000/episode_000022.parquet +0 -3
  25. data/chunk-000/episode_000023.parquet +0 -3
  26. data/chunk-000/episode_000024.parquet +0 -3
  27. data/chunk-000/episode_000025.parquet +0 -3
  28. data/chunk-000/episode_000026.parquet +0 -3
  29. data/chunk-000/episode_000027.parquet +0 -3
  30. data/chunk-000/episode_000028.parquet +0 -3
  31. data/chunk-000/episode_000029.parquet +0 -3
  32. data/chunk-000/episode_000030.parquet +0 -3
  33. data/chunk-000/episode_000031.parquet +0 -3
  34. data/chunk-000/episode_000032.parquet +0 -3
  35. data/chunk-000/episode_000033.parquet +0 -3
  36. data/chunk-000/episode_000034.parquet +0 -3
  37. data/chunk-000/episode_000035.parquet +0 -3
  38. data/chunk-000/episode_000036.parquet +0 -3
  39. data/chunk-000/episode_000037.parquet +0 -3
  40. data/chunk-000/episode_000038.parquet +0 -3
  41. data/chunk-000/episode_000039.parquet +0 -3
  42. data/chunk-000/episode_000040.parquet +0 -3
  43. data/chunk-000/episode_000041.parquet +0 -3
  44. data/chunk-000/episode_000042.parquet +0 -3
  45. data/chunk-000/episode_000043.parquet +0 -3
  46. data/chunk-000/episode_000044.parquet +0 -3
  47. data/chunk-000/episode_000045.parquet +0 -3
  48. data/chunk-000/episode_000046.parquet +0 -3
  49. data/chunk-000/episode_000047.parquet +0 -3
  50. data/chunk-000/episode_000048.parquet +0 -3
README.md DELETED
@@ -1,162 +0,0 @@
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
- "codebase_version": "v2.1",
28
- "robot_type": "so100_follower",
29
- "total_episodes": 54,
30
- "total_frames": 15492,
31
- "total_tasks": 4,
32
- "total_videos": 108,
33
- "total_chunks": 1,
34
- "chunks_size": 1000,
35
- "fps": 30,
36
- "splits": {
37
- "train": "0:54"
38
- },
39
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
- "features": {
42
- "action": {
43
- "dtype": "float32",
44
- "shape": [
45
- 6
46
- ],
47
- "names": [
48
- "shoulder_pan.pos",
49
- "shoulder_lift.pos",
50
- "elbow_flex.pos",
51
- "wrist_flex.pos",
52
- "wrist_roll.pos",
53
- "gripper.pos"
54
- ]
55
- },
56
- "observation.state": {
57
- "dtype": "float32",
58
- "shape": [
59
- 6
60
- ],
61
- "names": [
62
- "shoulder_pan.pos",
63
- "shoulder_lift.pos",
64
- "elbow_flex.pos",
65
- "wrist_flex.pos",
66
- "wrist_roll.pos",
67
- "gripper.pos"
68
- ]
69
- },
70
- "observation.images.front": {
71
- "dtype": "video",
72
- "shape": [
73
- 480,
74
- 640,
75
- 3
76
- ],
77
- "names": [
78
- "height",
79
- "width",
80
- "channels"
81
- ],
82
- "info": {
83
- "video.height": 480,
84
- "video.width": 640,
85
- "video.codec": "av1",
86
- "video.pix_fmt": "yuv420p",
87
- "video.is_depth_map": false,
88
- "video.fps": 30,
89
- "video.channels": 3,
90
- "has_audio": false
91
- }
92
- },
93
- "observation.images.gripper": {
94
- "dtype": "video",
95
- "shape": [
96
- 480,
97
- 640,
98
- 3
99
- ],
100
- "names": [
101
- "height",
102
- "width",
103
- "channels"
104
- ],
105
- "info": {
106
- "video.height": 480,
107
- "video.width": 640,
108
- "video.codec": "av1",
109
- "video.pix_fmt": "yuv420p",
110
- "video.is_depth_map": false,
111
- "video.fps": 30,
112
- "video.channels": 3,
113
- "has_audio": false
114
- }
115
- },
116
- "timestamp": {
117
- "dtype": "float32",
118
- "shape": [
119
- 1
120
- ],
121
- "names": null
122
- },
123
- "frame_index": {
124
- "dtype": "int64",
125
- "shape": [
126
- 1
127
- ],
128
- "names": null
129
- },
130
- "episode_index": {
131
- "dtype": "int64",
132
- "shape": [
133
- 1
134
- ],
135
- "names": null
136
- },
137
- "index": {
138
- "dtype": "int64",
139
- "shape": [
140
- 1
141
- ],
142
- "names": null
143
- },
144
- "task_index": {
145
- "dtype": "int64",
146
- "shape": [
147
- 1
148
- ],
149
- "names": null
150
- }
151
- }
152
- }
153
- ```
154
-
155
-
156
- ## Citation
157
-
158
- **BibTeX:**
159
-
160
- ```bibtex
161
- [More Information Needed]
162
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
data/chunk-000/episode_000000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:09b10288c9bcef12a60fb386cc2d88ddb81c1cc8e4cdc9d0503b98dc456e8452
3
- size 19633
 
 
 
 
data/chunk-000/episode_000001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:493ec44960e6d2b002fe5d49d3a9b96b790c1734ce5e18a0674281c707981978
3
- size 27392
 
 
 
 
data/chunk-000/episode_000002.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7e141cb50847a797ceef91e1469d2d3c4683c6542c0b1c25c4f236246eae0fbc
3
- size 23916
 
 
 
 
data/chunk-000/episode_000003.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8d0e1bf74370a462ba27fbeb07aa1267b1d6851f0f409082b7c57ef5085b5d68
3
- size 18119
 
 
 
 
data/chunk-000/episode_000004.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:15a83eb7a1ee09436ad33c879f0142b27aecc576ada300f9197282802062554d
3
- size 30323
 
 
 
 
data/chunk-000/episode_000005.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:975fe311a8f469822417ccfbc2a5c2335fc8b4a37923658fa65651f7ff4c4ecb
3
- size 27956
 
 
 
 
data/chunk-000/episode_000006.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6b8c48a5f610d2cb002e6dd6ebe5aae75489d3ef6066d21660436787fea1b565
3
- size 26019
 
 
 
 
data/chunk-000/episode_000007.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2da1a4c59e69865038e4537ca729b5bc1238d88741c6562a2368932b374d621e
3
- size 21690
 
 
 
 
data/chunk-000/episode_000008.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fed5d2813c9d7cfa5794c3ca74351732d7703a0a1a2dca7b189cba129c814a82
3
- size 19669
 
 
 
 
data/chunk-000/episode_000009.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:16ed537e5ef10bce2ddae3a3d4ee259f9ad413b12966091ce102140cfd29c6db
3
- size 20302
 
 
 
 
data/chunk-000/episode_000010.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3fcf5d0b551695993ad646e774861dd88363b62e6f510cef6734aa2f7edf859c
3
- size 25666
 
 
 
 
data/chunk-000/episode_000011.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e113d6bb5f1524ba9061f038b5e2e4f67f440070adb16b456e112d2304c8a019
3
- size 18998
 
 
 
 
data/chunk-000/episode_000012.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ad29db68581607e2c496772925c5452243d08a14a4ba72eb0ca95f8996768bd3
3
- size 19841
 
 
 
 
data/chunk-000/episode_000013.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:bff604fd6740bcece779ecede321e8de395fd7d9064ccd194fd2fd939967accb
3
- size 19126
 
 
 
 
data/chunk-000/episode_000014.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:936419b73b139ebb6b3b4dba11ae609cf5d5c2c148ff3aa0f85613348cabe346
3
- size 22964
 
 
 
 
data/chunk-000/episode_000015.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8bd5830fbfc0b1c1a9092b70491e066124739a2ab78af6580bc7f1128089fcc2
3
- size 25868
 
 
 
 
data/chunk-000/episode_000016.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6c046e752fc0a1cab156c59e495c078f8a221caae867156dd1afe493847e0082
3
- size 28475
 
 
 
 
data/chunk-000/episode_000017.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5f398e703ea1da86173eea9486b267e515a6774b1820e170c2ce69c7d47ce238
3
- size 20121
 
 
 
 
data/chunk-000/episode_000018.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:55de81f171201c159b39ffa19f150c97a2cba716b7d232c56e3ca2edea66e906
3
- size 20670
 
 
 
 
data/chunk-000/episode_000019.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a6b34ed8a7af648ff6888376c5f85f28a047293e86734e3241da08fd1fc36284
3
- size 26500
 
 
 
 
data/chunk-000/episode_000020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7112a9aa6745e9434a564f3bcb0bd30e6b929e2c2762ea8b95ab9d38aeebe84c
3
- size 26095
 
 
 
 
data/chunk-000/episode_000021.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:64e1044a784bd302067bad611d487b218eaf11320e27f98fc5c3177d224e5b12
3
- size 21637
 
 
 
 
data/chunk-000/episode_000022.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:46eecd5665daf9f17eafc820dfe0ad1498a7ff3b3b0332c5c8dad684643c748b
3
- size 26770
 
 
 
 
data/chunk-000/episode_000023.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6927c4da58271c2dd25e233091443a05ccf8f8f799108ecd767c2cb5d6db8343
3
- size 17477
 
 
 
 
data/chunk-000/episode_000024.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:579a2d43adf81a7d12949aaeb0a27ba677284b21c63a33c2eec20ccba351c33c
3
- size 31152
 
 
 
 
data/chunk-000/episode_000025.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:97c7ee5638cb08db43ec59d01d306e3c0e58b20fd01ac5e2868fd7e434d2f131
3
- size 22041
 
 
 
 
data/chunk-000/episode_000026.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:af329f8b08ed3b19d8118a65da6a5943094e4a9f176f9d2b2979d9c03bd60da6
3
- size 22183
 
 
 
 
data/chunk-000/episode_000027.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:dbffafb7d9164c89d1ddac23f60646f7986eabf210fde93d8288e47f29987562
3
- size 23352
 
 
 
 
data/chunk-000/episode_000028.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:17b6eef6d6e7658d2dbd7810266153f49cdf96846aba3e3fb594ccc1b8b70490
3
- size 19479
 
 
 
 
data/chunk-000/episode_000029.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:61980aa162531cd5e1b5e722dd3f2dcea35b14a6893525523d71525496c44861
3
- size 25355
 
 
 
 
data/chunk-000/episode_000030.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:52c8e741e16faef01438e35724c856f49a92b0fdaf2c0311b80b6631a217da13
3
- size 28298
 
 
 
 
data/chunk-000/episode_000031.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8aade1fb8a4c13ec1a1fcf3d39de1ab9ed4987f63c1fefd4875e672edc5f1565
3
- size 18736
 
 
 
 
data/chunk-000/episode_000032.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f6bd42dbea4d9098854c9a678ff537e45ecce091eef970a1323c5ba1e55f4998
3
- size 18385
 
 
 
 
data/chunk-000/episode_000033.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e5ff1090d31d9b7645f444295d72a665e45b040ca92373c8b200ed427f576c63
3
- size 31893
 
 
 
 
data/chunk-000/episode_000034.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:24613582f66d236d8ad893bf885479ba72f150a3674679458f61ecc436ed4b0f
3
- size 20270
 
 
 
 
data/chunk-000/episode_000035.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:40658f9ee1fedae3dfa1209542f9a7d468fc4df39ddc69887cec321cf6068a32
3
- size 27344
 
 
 
 
data/chunk-000/episode_000036.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d172d1445356260da815e9778c6c808f716ea2a809934c916cf939a38c735519
3
- size 23859
 
 
 
 
data/chunk-000/episode_000037.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e070c74af8502b130e7eefed37f48cf4c2064da43d110a088cfd2737814e2b64
3
- size 16793
 
 
 
 
data/chunk-000/episode_000038.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8d733e6f97d8cbc64f47d6e0ea0a8d8e4441a9da5558ce254f855ca6e608811b
3
- size 20339
 
 
 
 
data/chunk-000/episode_000039.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:670dffd402d30f7ce1dea8357ac8a379489b1570d489426f8d7b6ae01cbb0864
3
- size 29102
 
 
 
 
data/chunk-000/episode_000040.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:583efb0f81e836a71135a5f25b1f7c7848b5e9d58d02600ee608c5ed241dca12
3
- size 21948
 
 
 
 
data/chunk-000/episode_000041.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:38f1b51506d953f0083ee13ad71e1821d2798da4420561298355c6cb279e427b
3
- size 19080
 
 
 
 
data/chunk-000/episode_000042.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:82bbfb3413bd30a9876c76e44d91e57ef89658ea459d3708c6c2b34e638395bb
3
- size 20250
 
 
 
 
data/chunk-000/episode_000043.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5d8729475a591648ac5f2244af7fee59047f52ae386009eb68d5c50170d76a5f
3
- size 24183
 
 
 
 
data/chunk-000/episode_000044.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:695983d26a5da3ce05c318cbf8900b03047380b256ad501e2c78175c802ae910
3
- size 27518
 
 
 
 
data/chunk-000/episode_000045.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ace6cc57e696656f30e42e742294969f378df0c43b5546c6131c7de86d36819e
3
- size 26867
 
 
 
 
data/chunk-000/episode_000046.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:98ac1ed5c0aa622cdf3636b353a27a6596bcc8b777f7b68acc3d39f41bbe2f3f
3
- size 25744
 
 
 
 
data/chunk-000/episode_000047.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3eccbc6d23a09d362ad779807db82eb5f1f3d747bc37b732437ea129899697ff
3
- size 18905
 
 
 
 
data/chunk-000/episode_000048.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6967dba4b0fcc28b796dde41e136175b9f1c2b52180b5e09adc8c6d88e794c77
3
- size 20013