archerlinn commited on
Commit
27c831e
·
verified ·
1 Parent(s): e81fcee

Upload 160 files

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 +162 -0
  2. data/chunk-000/episode_000.parquet +3 -0
  3. data/chunk-000/episode_001.parquet +3 -0
  4. data/chunk-000/episode_002.parquet +3 -0
  5. data/chunk-000/episode_003.parquet +3 -0
  6. data/chunk-000/episode_004.parquet +3 -0
  7. data/chunk-000/episode_005.parquet +3 -0
  8. data/chunk-000/episode_006.parquet +3 -0
  9. data/chunk-000/episode_007.parquet +3 -0
  10. data/chunk-000/episode_008.parquet +3 -0
  11. data/chunk-000/episode_009.parquet +3 -0
  12. data/chunk-000/episode_010.parquet +3 -0
  13. data/chunk-000/episode_011.parquet +3 -0
  14. data/chunk-000/episode_012.parquet +3 -0
  15. data/chunk-000/episode_013.parquet +3 -0
  16. data/chunk-000/episode_014.parquet +3 -0
  17. data/chunk-000/episode_015.parquet +3 -0
  18. data/chunk-000/episode_016.parquet +3 -0
  19. data/chunk-000/episode_017.parquet +3 -0
  20. data/chunk-000/episode_018.parquet +3 -0
  21. data/chunk-000/episode_019.parquet +3 -0
  22. data/chunk-000/episode_020.parquet +3 -0
  23. data/chunk-000/episode_021.parquet +3 -0
  24. data/chunk-000/episode_022.parquet +3 -0
  25. data/chunk-000/episode_023.parquet +3 -0
  26. data/chunk-000/episode_024.parquet +3 -0
  27. data/chunk-000/episode_025.parquet +3 -0
  28. data/chunk-000/episode_026.parquet +3 -0
  29. data/chunk-000/episode_027.parquet +3 -0
  30. data/chunk-000/episode_028.parquet +3 -0
  31. data/chunk-000/episode_029.parquet +3 -0
  32. data/chunk-000/episode_030.parquet +3 -0
  33. data/chunk-000/episode_031.parquet +3 -0
  34. data/chunk-000/episode_032.parquet +3 -0
  35. data/chunk-000/episode_033.parquet +3 -0
  36. data/chunk-000/episode_034.parquet +3 -0
  37. data/chunk-000/episode_035.parquet +3 -0
  38. data/chunk-000/episode_036.parquet +3 -0
  39. data/chunk-000/episode_037.parquet +3 -0
  40. data/chunk-000/episode_038.parquet +3 -0
  41. data/chunk-000/episode_039.parquet +3 -0
  42. data/chunk-000/episode_040.parquet +3 -0
  43. data/chunk-000/episode_041.parquet +3 -0
  44. data/chunk-000/episode_042.parquet +3 -0
  45. data/chunk-000/episode_043.parquet +3 -0
  46. data/chunk-000/episode_044.parquet +3 -0
  47. data/chunk-000/episode_045.parquet +3 -0
  48. data/chunk-000/episode_046.parquet +3 -0
  49. data/chunk-000/episode_047.parquet +3 -0
  50. data/chunk-000/episode_048.parquet +3 -0
README.md ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "v3.0",
28
+ "robot_type": "so101_follower",
29
+ "total_episodes": 49,
30
+ "total_frames": 8265,
31
+ "total_tasks": 1,
32
+ "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 500,
35
+ "fps": 30,
36
+ "splits": {
37
+ "train": "0:49"
38
+ },
39
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
40
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
41
+ "features": {
42
+ "action": {
43
+ "dtype": "float32",
44
+ "names": [
45
+ "shoulder_pan.pos",
46
+ "shoulder_lift.pos",
47
+ "elbow_flex.pos",
48
+ "wrist_flex.pos",
49
+ "wrist_roll.pos",
50
+ "gripper.pos"
51
+ ],
52
+ "shape": [
53
+ 6
54
+ ]
55
+ },
56
+ "observation.state": {
57
+ "dtype": "float32",
58
+ "names": [
59
+ "shoulder_pan.pos",
60
+ "shoulder_lift.pos",
61
+ "elbow_flex.pos",
62
+ "wrist_flex.pos",
63
+ "wrist_roll.pos",
64
+ "gripper.pos"
65
+ ],
66
+ "shape": [
67
+ 6
68
+ ]
69
+ },
70
+ "observation.images.birdseye": {
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.wrist": {
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_000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e71c1b8cdacadf9895f0bce80d7841dd7db35a0783e4fe0b20b2267209832e8
3
+ size 16438
data/chunk-000/episode_001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a42a11128737f321e8c7bc8a06a395f0307415a83379639a5aa7871e740223f
3
+ size 17981
data/chunk-000/episode_002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:063151f36952efca5e880f6daf5f2602bd4b8ac30f7e82a4196343df1c8c7142
3
+ size 17362
data/chunk-000/episode_003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e8d26df0292f1b6ba738efd160e876a7f4f07a66b1bd37b3112dc599b398fe9
3
+ size 16120
data/chunk-000/episode_004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a405cd4ff43eeda8aa36818dd97ef987c2fb093fe276b33fcebd2e44160247be
3
+ size 16482
data/chunk-000/episode_005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e5d821e367be6457e2d5cbc7ccfd711b3727b6c455762e5cc6dc05ddc448105
3
+ size 16294
data/chunk-000/episode_006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1ac28de4a08ee4bdb459b86dc0a24ee361be071a45ed8e45538e98f0c53892e
3
+ size 15912
data/chunk-000/episode_007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b63800b3c14672aadbfafcb71068db1855dc41fa8619984ce6acce1fd28bc5ae
3
+ size 15843
data/chunk-000/episode_008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:266343c5ae6a531203f9b7fa231045cc4db0fbe8739dfde0f66868009ab54f66
3
+ size 16094
data/chunk-000/episode_009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d72bc8d50ae44f4c9cd9d0ace7f38a3f200e4ec55e4ac4a4fcad4d4affdfb35
3
+ size 15785
data/chunk-000/episode_010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:009f6008e2a85863671f64e058d685b96a7da46ab1bcbf2dec7f106ca4498ba9
3
+ size 15576
data/chunk-000/episode_011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c675287f1e59ea8b1b58025766703850d25a3e79f5d91de97483b35cb118e8f
3
+ size 15826
data/chunk-000/episode_012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:521ac4a5f2aeb05bd9708670e43b81994b35890898aed0dc59f0bc8814fb4e65
3
+ size 16059
data/chunk-000/episode_013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c4a775d4e362d21660e6deb489bc3f84dfbc1c67a7a4744c88d014aacf898e5
3
+ size 16660
data/chunk-000/episode_014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abf53e9d6caebb7738e3de411078bc17764017a9535fef6cba19f2dce571b40e
3
+ size 15628
data/chunk-000/episode_015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c9591a09b882cc1d04ed9502b75ce2c75be12856529a7cd3c14bf352a054f2c
3
+ size 15414
data/chunk-000/episode_016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:904dcf31a8ed8d1f6a60c8e7d32705f93ba3b3d1a68a8da8e00a19eb5967523a
3
+ size 16071
data/chunk-000/episode_017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e6c1ea38302a4cb808f03b50461bedc1f88156c9b32af3134d73651b48e650d
3
+ size 15292
data/chunk-000/episode_018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4692eaea129d3253961cee050651e2117b3b18d586a3d23c03a60736a84a3e26
3
+ size 17798
data/chunk-000/episode_019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15473184d44213a454126a8b7198836912b2df4b01fa5fd63896ab308d2fcef0
3
+ size 16868
data/chunk-000/episode_020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f8a0c53c82522660ca9d8635c9b8cd2e75f15f79d02f25b8e325e0756bd34af
3
+ size 17594
data/chunk-000/episode_021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff96a1fe3ec308673d526c8f75d60a5a388462c96a03d24fd05eb27051ca96a8
3
+ size 17415
data/chunk-000/episode_022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23bf02a85cb3e6104eb2bdf452800175b9e215bb2fff06202b4f5316c9dcf671
3
+ size 17257
data/chunk-000/episode_023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef1a57ab632f8d5bb367253581525f953053c04076c579c45b1dcfdd578539ed
3
+ size 17355
data/chunk-000/episode_024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcc6b9949022cd5ff74541c42ba573d5a1b0ca2246eb52000f1533fdc57ccc1f
3
+ size 15834
data/chunk-000/episode_025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95d5a212f97f110744600ce6b5938c3002fc13ed06423ac0d29420da3fa251b7
3
+ size 15986
data/chunk-000/episode_026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f801a48a50b632b31dbb8bda625b378cd2e981e1c7b9cca787d00fbe3702f515
3
+ size 16300
data/chunk-000/episode_027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4d036cdd5e0c9cacdaf7eed00fb6e7bf973f5316979652e380f1707483313b5
3
+ size 16318
data/chunk-000/episode_028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d7263303dc87869712c9975d10cc5aac58259a8dc73b46c93b8f307781e8c55
3
+ size 18147
data/chunk-000/episode_029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d9f992a7da794b87c3032f9448d04a6b285dfcddefd26f765d37c6cf53a96ef
3
+ size 16662
data/chunk-000/episode_030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1662dcdb7f40f42376a08910fc03f564c55bba0426af9626e7be046bffdab05f
3
+ size 16131
data/chunk-000/episode_031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:588e425c9f85a70a0fb940b7aa52e003b234782450f556cf31ffcc3f9c9e866c
3
+ size 16041
data/chunk-000/episode_032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3b2896e04577389c516bea19b6d061bcf7ab7d687577cba53cc784bdce8e8f8
3
+ size 17670
data/chunk-000/episode_033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31fbfb09c62f627d905ef189dc2fc66c5c30a14e127fa6ca38b6663ff6aaab99
3
+ size 15772
data/chunk-000/episode_034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d44ae7d02883fcec82357226080071870b65b5caffef68b272d23c6c07e89a0b
3
+ size 15508
data/chunk-000/episode_035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29bd9e140cd9050874f9549d9eb36df6ea2927de513765cfeed90f7e8b66a733
3
+ size 15223
data/chunk-000/episode_036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc48a1879d881b012d026f9667e335310f4d179625807c9de0e89ca977e1a59e
3
+ size 15441
data/chunk-000/episode_037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:374f1751e06c30c9912f93c9ab3649f804836f17684fe74d23dae56e492e841b
3
+ size 17514
data/chunk-000/episode_038.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a52d9142bf04b72316d42d86ec20468fd7f664dac4f1d753aed5df13c97fa76
3
+ size 17070
data/chunk-000/episode_039.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9282b70bfae39d92ef83f3bd9b99c438b5cdc67ddd264dbd0b7ff4288eabc39a
3
+ size 16587
data/chunk-000/episode_040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:957dc6a6516aff7b3402d88477fd0f54e64008c83e0143ec6cb3c271a8906a85
3
+ size 15853
data/chunk-000/episode_041.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d67490d371e8a9222d49249f262f9d64e243caffd5abd14eeadf68f636864b63
3
+ size 17359
data/chunk-000/episode_042.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f735ca35d6dbeb99dbef6b24ce99e8cdd19fff380a7ac0a801e2dc3689ec1d4
3
+ size 16337
data/chunk-000/episode_043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f1edeefb9d941ac9969925c15a1731e105363fbf7d104743e41026528b20750
3
+ size 18222
data/chunk-000/episode_044.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9a1dc722a55198a1b49524502f75730f98c11d37c87950ea628a33f8d3fa412
3
+ size 16356
data/chunk-000/episode_045.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6680a1f43dc3723cfd2945693aa8b8dc90f6582e461e8a4a12c464406666a48e
3
+ size 15831
data/chunk-000/episode_046.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01241471799cb4ea6766fd5fea957a9d46ace5cc2cd930a759a2055c162fa6c5
3
+ size 15840
data/chunk-000/episode_047.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83f37c31546f8bdfa5f02f99dc3f1f538015c86d55e4152cbe6daddb23f1fdce
3
+ size 17542
data/chunk-000/episode_048.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04e6c2d5effa55114c73190ec39fe27db3a7e07faf963944b06591964caf4c0c
3
+ size 17076