jadechoghari HF Staff commited on
Commit
2cebea0
·
verified ·
1 Parent(s): 3e9e2ed

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 +166 -0
  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 ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": null,
29
+ "total_episodes": 50,
30
+ "total_frames": 13021,
31
+ "total_tasks": 1,
32
+ "total_videos": 0,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 20,
36
+ "splits": {
37
+ "train": "0:50"
38
+ },
39
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
+ "video_path": null,
41
+ "features": {
42
+ "observation.images.image": {
43
+ "dtype": "image",
44
+ "shape": [
45
+ 256,
46
+ 256,
47
+ 3
48
+ ],
49
+ "names": [
50
+ "height",
51
+ "width",
52
+ "channel"
53
+ ]
54
+ },
55
+ "observation.images.wrist_image": {
56
+ "dtype": "image",
57
+ "shape": [
58
+ 256,
59
+ 256,
60
+ 3
61
+ ],
62
+ "names": [
63
+ "height",
64
+ "width",
65
+ "channel"
66
+ ]
67
+ },
68
+ "observation.state.end_effector": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 8
72
+ ],
73
+ "names": {
74
+ "motors": [
75
+ "x",
76
+ "y",
77
+ "z",
78
+ "roll",
79
+ "pitch",
80
+ "yaw",
81
+ "gripper",
82
+ "gripper"
83
+ ]
84
+ }
85
+ },
86
+ "observation.state.joint": {
87
+ "dtype": "float32",
88
+ "shape": [
89
+ 7
90
+ ],
91
+ "names": {
92
+ "motors": [
93
+ "joint_1",
94
+ "joint_2",
95
+ "joint_3",
96
+ "joint_4",
97
+ "joint_5",
98
+ "joint_6",
99
+ "joint_7"
100
+ ]
101
+ }
102
+ },
103
+ "action": {
104
+ "dtype": "float32",
105
+ "shape": [
106
+ 7
107
+ ],
108
+ "names": {
109
+ "motors": [
110
+ "x",
111
+ "y",
112
+ "z",
113
+ "roll",
114
+ "pitch",
115
+ "yaw",
116
+ "gripper"
117
+ ]
118
+ }
119
+ },
120
+ "timestamp": {
121
+ "dtype": "float32",
122
+ "shape": [
123
+ 1
124
+ ],
125
+ "names": null
126
+ },
127
+ "frame_index": {
128
+ "dtype": "int64",
129
+ "shape": [
130
+ 1
131
+ ],
132
+ "names": null
133
+ },
134
+ "episode_index": {
135
+ "dtype": "int64",
136
+ "shape": [
137
+ 1
138
+ ],
139
+ "names": null
140
+ },
141
+ "index": {
142
+ "dtype": "int64",
143
+ "shape": [
144
+ 1
145
+ ],
146
+ "names": null
147
+ },
148
+ "task_index": {
149
+ "dtype": "int64",
150
+ "shape": [
151
+ 1
152
+ ],
153
+ "names": null
154
+ }
155
+ }
156
+ }
157
+ ```
158
+
159
+
160
+ ## Citation
161
+
162
+ **BibTeX:**
163
+
164
+ ```bibtex
165
+ [More Information Needed]
166
+ ```
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c14ecaf46e209eba6474b7c4d476b48573daf32dcc23891d65e1f5b0cf355f9d
3
+ size 35259388
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e560e2873638521f043f35c25c9ea150b2e5d86223d60368a8a0dbb5a7f836a3
3
+ size 35193500
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dbb46f0d037f931372ed502c53f00088a74e8b63dbe7fced5201b78cf6434ff
3
+ size 34023427
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:761495b08a3cd52fe2595b519c277c37315ead97cb8bcbc8875a2047f1fa4635
3
+ size 39275094
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9aca3dc1cede8b7f6bb0d0947b1817e12793097b0ed054a30b5523d726d21b3
3
+ size 33569510
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f5c35237cf7fc87fc0d5a43c68453ba18730e5fd3c1616a943bd22859fbff15
3
+ size 37554060
data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13aceeef5b5f9b93a07216df1d07940bc7bae83a9070809b017843f12386a01a
3
+ size 41300155
data/chunk-000/episode_000007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bbedbc91f450b5c982e1c3c26d34d3265cfc8871e4497772e069cc8f956e3e5
3
+ size 33405573
data/chunk-000/episode_000008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68734d36e84f70f92610312c8949cd19243c6e37c929837dee63707b4d0b12d1
3
+ size 32125851
data/chunk-000/episode_000009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:264104149e7342255e2f5ae3768fb9cee41b61caef9db226dabee8c6040bffa2
3
+ size 35154252
data/chunk-000/episode_000010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:024fd91c8b0b40f42ae13fac0fd77cbf5ed7d311d116158c61daa8eff385b70f
3
+ size 41012902
data/chunk-000/episode_000011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1440e864d4a9e09ffff69864ca1981960f95070c5e079a1c3d546ce7a12125c2
3
+ size 34558930
data/chunk-000/episode_000012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f333e933e8c4f4def3e8598d6de1ee48fae5277e38ceb7cda2b731f32c37b3b4
3
+ size 35576439
data/chunk-000/episode_000013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb6a32b5d2beccad85daaee17757c710aa587a44f2dfda7f67cedef97aeef402
3
+ size 37083954
data/chunk-000/episode_000014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b654b6e1e8cd4955a11e30164b6d18d9293c38e6c7cbb13c1d7512fc85d0dba5
3
+ size 33721490
data/chunk-000/episode_000015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d44b371048ddd3591b15c756e6ca2b7a8915527a2e7e929a972698c9589efc0
3
+ size 35086558
data/chunk-000/episode_000016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31215ce5881b366b26fb30056d7d5c687dcb5cb89754570719760e3a86d43ec5
3
+ size 42585338
data/chunk-000/episode_000017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29dc4d20f89220c50d60d2846c2f9fd483f3f80ed4ae419d94ad739c20b62978
3
+ size 33614772
data/chunk-000/episode_000018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b17f85f1a3a0a34275e081ceeb5b8dbeae384a71d5c5a96b7d4fd0680b581988
3
+ size 35091876
data/chunk-000/episode_000019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e99b0bf982577379e9c3a5a13f14b724ce19e1726cad21b9bc956dce398bb9aa
3
+ size 34946895
data/chunk-000/episode_000020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03ec233cf6f1a9e2412a83d50d2fb72fc71eeec5b5a986dacd4c7a036a38604a
3
+ size 36776449
data/chunk-000/episode_000021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a458d8d09f17a63d0c5280addea3ff7e342601564aaa02ca02632deda089177
3
+ size 34704203
data/chunk-000/episode_000022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3c22b7a29d5b1f7e3e1c36a66b6be0807b9f2c4cde2a652517d6a3735ec63d1
3
+ size 36125646
data/chunk-000/episode_000023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecd3635c475c75b495d7d94ea2b339d101a58d27d0da3edde284b630c832cda6
3
+ size 36514999
data/chunk-000/episode_000024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9de7cf2162bcad6fabb58f6fb179676aa98e355ec054a299ce5e7df10a8b7172
3
+ size 34233491
data/chunk-000/episode_000025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ec878701ee618425beb9fecbb686c0e037d6d2f74287ec55f0e8f25b567d728
3
+ size 33948912
data/chunk-000/episode_000026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22016db21a5266da850132563c8951933eb1e72a685af3447fcfe4a47986011a
3
+ size 43934132
data/chunk-000/episode_000027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21a878cf7a3b263a6eddd663fa51462919da35782e9c5c2500588ddf58c41b53
3
+ size 34975943
data/chunk-000/episode_000028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60e0899889d581aaecf872e9efcbe96234c84d58c89af8a84b835a29e6aae0cc
3
+ size 36069168
data/chunk-000/episode_000029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f60c8a20cddb70965941fb032c69002bfa792e7f1805d418901eb44927aac41
3
+ size 34140560
data/chunk-000/episode_000030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:146c23c10dc0b63bf951fbabe2108fdebdefbdf7b1c826df0701fd157b9e04fd
3
+ size 35063793
data/chunk-000/episode_000031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dc1a7ed3917745e87b53356539f8f5e3a47344c725116881e0c2a58627cd6cc
3
+ size 31674348
data/chunk-000/episode_000032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:323f11c3806ad10dd0c21026a4583a7d228add6ff2df71d08f3055186b0f6797
3
+ size 33671767
data/chunk-000/episode_000033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4d76f10f2076840ae1b8a65620a2d7972ced550323413148b6019573936ec24
3
+ size 33916359
data/chunk-000/episode_000034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:981e7ddcb1987c00331d2e4a4b32332e1d06258974b16929fdc6ed05ae9c60c8
3
+ size 37066633
data/chunk-000/episode_000035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c31f734d686ae384902e2c3ce403e453bae5cb393e431bc99d86f56206aa6583
3
+ size 37329630
data/chunk-000/episode_000036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daa6a7a3f6ab578bdb9fca8da880c268c5e94d592b19d500e1d8836ab32fdea9
3
+ size 34270084
data/chunk-000/episode_000037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f75d6e9f2450024f12e550e9ec5493b59bf798ebac971925b35ca581c6ef814a
3
+ size 32820369
data/chunk-000/episode_000038.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd3895baf6884d3110888bb1749319201729499bb8e460ab9a1f76e8f7102fb6
3
+ size 35159060
data/chunk-000/episode_000039.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d28e0239e93d1f3f7c5560a49880ae9386491b4bd36c1e8be0acb04a196266f4
3
+ size 37698884
data/chunk-000/episode_000040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a627684e83df1cd8d8044fa342f097bd94e1c63697c61b99e5a9071dcf7c9030
3
+ size 32252853
data/chunk-000/episode_000041.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0656eae2b3760944136d420860bd8602c1c78f930c056662c0a8426a062749e
3
+ size 34131115
data/chunk-000/episode_000042.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4f610788974d03a3bc838f262a939a817b60bbca1c122fea9e10503e1ecf193
3
+ size 35136759
data/chunk-000/episode_000043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bf14080979326a73cbe8d9968259863177f0b27dcfa31c96e93f1a99abb8904
3
+ size 38141738
data/chunk-000/episode_000044.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38167908b23606acd3a59bf4d0abb92b7571128c57e03336a04e6c8a920210fc
3
+ size 37768582
data/chunk-000/episode_000045.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f09f95b9804ce32b68e8cd89a1d2f89b68010471dcd71ebb44e1ee01391f86a
3
+ size 33927739
data/chunk-000/episode_000046.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f91901597f63e275960e8275bc85dc57fefd5fe5323ee36049b6e49ea1729a77
3
+ size 33578182
data/chunk-000/episode_000047.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b46134563c6470b498835a0f8ec9d793973a4323bbb7e3293fdb81d60b855f0
3
+ size 35387542
data/chunk-000/episode_000048.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3030360a7365bb8e09ca2b519dbb839becc419d14598da3cead0771fbf0e704
3
+ size 35305464