ns69956 commited on
Commit
6911573
·
verified ·
1 Parent(s): c44db37

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 +148 -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 CHANGED
@@ -1,3 +1,151 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+
13
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot) format.
14
+
15
+ ## Dataset Structure
16
+ ```json
17
+ {
18
+ "codebase_version": "v2.1",
19
+ "robot_type": "ur5e",
20
+ "total_episodes": 50,
21
+ "total_frames": 24200,
22
+ "total_tasks": 2,
23
+ "total_videos": 100,
24
+ "total_chunks": 1,
25
+ "chunks_size": 1000,
26
+ "fps": 30,
27
+ "splits": {
28
+ "train": "0:44",
29
+ "val" : "45:49"
30
+ },
31
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
32
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
33
+ "features": {
34
+ "observation.images.scene_image": {
35
+ "dtype": "video",
36
+ "shape": [
37
+ 480,
38
+ 640,
39
+ 3
40
+ ],
41
+ "names": [
42
+ "height",
43
+ "width",
44
+ "channel"
45
+ ],
46
+ "info": {
47
+ "video.fps": 30.0,
48
+ "video.codec": "av1",
49
+ "video.pix_fmt": "yuv420p",
50
+ "video.is_depth_map": false,
51
+ "has_audio": false
52
+ }
53
+ },
54
+ "observation.images.wrist_image": {
55
+ "dtype": "video",
56
+ "shape": [
57
+ 480,
58
+ 640,
59
+ 3
60
+ ],
61
+ "names": [
62
+ "height",
63
+ "width",
64
+ "channel"
65
+ ],
66
+ "info": {
67
+ "video.fps": 30.0,
68
+ "video.codec": "av1",
69
+ "video.pix_fmt": "yuv420p",
70
+ "video.is_depth_map": false,
71
+ "has_audio": false
72
+ }
73
+ },
74
+ "observation.state": {
75
+ "dtype": "float32",
76
+ "shape": [
77
+ 8
78
+ ],
79
+ "names": [
80
+ "x",
81
+ "y",
82
+ "z",
83
+ "rx",
84
+ "ry",
85
+ "rz",
86
+ "scanner_state",
87
+ "gripper_state"
88
+ ]
89
+ },
90
+ "action": {
91
+ "dtype": "float32",
92
+ "shape": [
93
+ 8
94
+ ],
95
+ "names": [
96
+ "x",
97
+ "y",
98
+ "z",
99
+ "rx",
100
+ "ry",
101
+ "rz",
102
+ "scanner_state",
103
+ "gripper_state"
104
+ ]
105
+ },
106
+ "timestamp": {
107
+ "dtype": "float32",
108
+ "shape": [
109
+ 1
110
+ ],
111
+ "names": null
112
+ },
113
+ "episode_index": {
114
+ "dtype": "int64",
115
+ "shape": [
116
+ 1
117
+ ],
118
+ "names": null
119
+ },
120
+ "frame_index": {
121
+ "dtype": "int64",
122
+ "shape": [
123
+ 1
124
+ ],
125
+ "names": null
126
+ },
127
+
128
+ "next.done": {
129
+ "dtype": "bool",
130
+ "shape": [
131
+ 1
132
+ ],
133
+ "names": null
134
+ },
135
+ "index": {
136
+ "dtype": "int64",
137
+ "shape": [
138
+ 1
139
+ ],
140
+ "names": null
141
+ },
142
+ "task_index": {
143
+ "dtype": "int64",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "names": null
148
+ }
149
+ }
150
+ }
151
+ ```
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23886753066815513824580d54dfecf3340949e23c2eeb16dccb81fefeebbada
3
+ size 55956
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4ae083bf3db4307cae56f8a173658eacf893e86a4575146aa9cfe61ec431ea5
3
+ size 43237
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2491ab676f1db4f0994895118df94e21248c491dc22593ea2e07ee61d132278c
3
+ size 43280
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0a622b8b4ecab06d3663c204a0305d1d6f2a8d82f3a68757b843c7d47a97d45
3
+ size 43164
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe15ee906436a68aff41e5f9e848f888486a1492888f57a5f49eb4cfdb68c559
3
+ size 45819
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:139053872c7ecb7e05bd2dc3d8f2abcbc4168f2e599711f4f3c48d2ade057e7a
3
+ size 45740
data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f814c06e290c1560ffb0b263b45d52f06acc0237e20d61979d306b32b197cc3c
3
+ size 45291
data/chunk-000/episode_000007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0264fc12b8078b89244c8fb920cd666adbeaf81d48e6a39889d0c5224bc86b97
3
+ size 46460
data/chunk-000/episode_000008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bfbf05b941c42f916822bf266d77783a7af3d147524a86f73177e39c116d306
3
+ size 46856
data/chunk-000/episode_000009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0494f82252b90e9a5eb96f22645eb31ea71519df48bca0d9c6b6735d44a3b3f7
3
+ size 43759
data/chunk-000/episode_000010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e9a36f5589a261bb2f44943a2ad63d5f6415a07ef5afd0bab2a4a3a9299526f
3
+ size 43495
data/chunk-000/episode_000011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fc4228d18f8152e3f012ffd095acf647c09560a28536e07fe16c95aa4507ee8
3
+ size 43794
data/chunk-000/episode_000012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b3b61a9f80e669597b851c81e73b4648f599a1c8680088d9e9a927ceb1153ec
3
+ size 44010
data/chunk-000/episode_000013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:761c984225b7d35da8e93a6bee7e3d874c5ee09f7533ede4221ee4d1feb63dd6
3
+ size 44003
data/chunk-000/episode_000014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1281931824535688b8232064d5a4f4f4559723e0ac472ca633d21a9f035c4185
3
+ size 43977
data/chunk-000/episode_000015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32db274c4d628ff2508d15d84263a4157bb28fb37d6d88488a0879ee2c42963e
3
+ size 45457
data/chunk-000/episode_000016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b502822c1dc400409390913b4576b6a1e5c454446093011a175c4738ff7700d
3
+ size 45539
data/chunk-000/episode_000017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f316d9f468dd6fb2d9032b8e24ce13fa95879aa279bf935144d1f755cc0ae868
3
+ size 45466
data/chunk-000/episode_000018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:465307cd048f0b538fae1f8142c0c12bdc40f33ce9a18a49bd60668f29ac86e9
3
+ size 45474
data/chunk-000/episode_000019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7e03b70e1de384d80b4a58fb6842b41a2e7d7129a0c26e55ae7b8ccc7be313e
3
+ size 45563
data/chunk-000/episode_000020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c193d98f358d8b064a7bf3ef004331f35947b49a8670f7aa954a3ca3c9d9e6aa
3
+ size 45521
data/chunk-000/episode_000021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc9a8cd29241edad18013c0cd377fa01d0fa2560e8c884f5231746719fc626a8
3
+ size 45525
data/chunk-000/episode_000022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d739668e5480b393687704097d14242d360a4bdaf71391b7fd95b0742f2eb8e5
3
+ size 45531
data/chunk-000/episode_000023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4527c19ab5beeaf2906dea5cee992842c2a99fded445ebeccadd9f7f73785715
3
+ size 45611
data/chunk-000/episode_000024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7fff55611189cfd46d2edc9aeedfccfb6eaa2d726421a429004f8a45125ff47
3
+ size 45645
data/chunk-000/episode_000025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a6819c0b0835246d7c5f4c32ab6ffcdb7f61da19c3934eb3bc02efe947b9a25
3
+ size 45530
data/chunk-000/episode_000026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2f00d71b128cafe9ede7269109bf5e808a021b98e8330ea1533c793d6e55bdf
3
+ size 51706
data/chunk-000/episode_000027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a29906a304b611ac4bf58db3bb06a14b9a2f7a5a38c097ec3089cf45797a9e11
3
+ size 52713
data/chunk-000/episode_000028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3e25d10a79ffc26e043c9c60cb90664d93c25fb02ac531474355d351a0c0f76
3
+ size 51323
data/chunk-000/episode_000029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c738e6f739e2c0ed6223391d77343b4594849dabaa8021a47c9214114640b169
3
+ size 51211
data/chunk-000/episode_000030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de58071e8169b7dde3f3c99f7464f1d5e28416a3aed8c2bda362ba2dd3b71b44
3
+ size 51608
data/chunk-000/episode_000031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:713579ac5387d83f4f9a612f5a2f4ae02f4ba7849dc337b35f90f5f3783c77d8
3
+ size 49171
data/chunk-000/episode_000032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ba9db8b934c15364e0781c519b067f9f334741c6f5ed08220f24977c2a23630
3
+ size 48987
data/chunk-000/episode_000033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ba0b3953bebafc709cea49cbce404b1be05d03dd5e263beb6e8a228702965ed
3
+ size 49445
data/chunk-000/episode_000034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57d8314643f65827076ef43b18db4313f4c2017d9fc5ba200d3adb6f2da5d300
3
+ size 49617
data/chunk-000/episode_000035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:374f1e2984ab885d88e1e47d29dc2a068fd61957dd576aa06d82dfad85c62e23
3
+ size 49758
data/chunk-000/episode_000036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0159b5afdbaa14c4eba1d16d8d452133dab4dfc81a2119b8aa3d47164d102992
3
+ size 49547
data/chunk-000/episode_000037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a1d90ce9eb927bf2787694f981f563d731e5aaf454467c80f88ffcf7f0c682a
3
+ size 49544
data/chunk-000/episode_000038.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f130055a2cb05c0df167ecc6a1749c0b5aaa467f41a88f30617e78af0784e55d
3
+ size 49358
data/chunk-000/episode_000039.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e87a259b9a32d8531e6043e603644cbca917f8d2d6070247e6557e6f2af3adee
3
+ size 49518
data/chunk-000/episode_000040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9851855388ff7c799c5a6ffdf0a7a7ef2cbf6bc6ea0f283d5c46a644c4931e8
3
+ size 49536
data/chunk-000/episode_000041.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c6d703a155a4bdb7f84418861c383fe036e2bb6120d51c63aae898152a7ccda
3
+ size 52142
data/chunk-000/episode_000042.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:200bbb1472d2e528a61dc195f5e6c50b59ea6b2e27eb54396e98e00abb98433e
3
+ size 52252
data/chunk-000/episode_000043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cf69255cb1b6af4553a9b6436010dbe9dd0f11b084dfa7e1fbc52568a0f6649
3
+ size 52467
data/chunk-000/episode_000044.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da2fab9e9c16ffe6cbefb4fe38a88913682b80d1dfd1acd88997cc43fc860afb
3
+ size 52343
data/chunk-000/episode_000045.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e8f8a66edfbadc7889bffbd3d32a696049c921902d8d6aa1eaa81d5c5beb527
3
+ size 52138
data/chunk-000/episode_000046.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af83f51212ce69cff3dff5fb89c5243a0dfdca850caf431d15fa14de8410bb3e
3
+ size 39375
data/chunk-000/episode_000047.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f660a9d2f3c61f648e639e3c828d96e452435ebdf7814a73e13a362d677bb819
3
+ size 37576
data/chunk-000/episode_000048.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5223d29dc10c19625aa42ddfc777f589fb51d68cdb3d062773b0795af5c8719d
3
+ size 33660