ns69956 commited on
Commit
4a12f4a
·
verified ·
1 Parent(s): 4ebc305

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 +145 -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,148 @@
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": 60,
21
+ "total_frames": 31484,
22
+ "total_tasks": 1,
23
+ "total_videos": 120,
24
+ "total_chunks": 1,
25
+ "chunks_size": 1000,
26
+ "fps": 30,
27
+ "splits": {
28
+ "train": "0:59"
29
+ },
30
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
31
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
32
+ "features": {
33
+ "observation.images.scene_image": {
34
+ "dtype": "video",
35
+ "shape": [
36
+ 480,
37
+ 640,
38
+ 3
39
+ ],
40
+ "names": [
41
+ "height",
42
+ "width",
43
+ "channel"
44
+ ],
45
+ "info": {
46
+ "video.fps": 30.0,
47
+ "video.codec": "av1",
48
+ "video.pix_fmt": "yuv420p",
49
+ "video.is_depth_map": false,
50
+ "has_audio": false
51
+ }
52
+ },
53
+ "observation.images.wrist_image": {
54
+ "dtype": "video",
55
+ "shape": [
56
+ 480,
57
+ 640,
58
+ 3
59
+ ],
60
+ "names": [
61
+ "height",
62
+ "width",
63
+ "channel"
64
+ ],
65
+ "info": {
66
+ "video.fps": 30.0,
67
+ "video.codec": "av1",
68
+ "video.pix_fmt": "yuv420p",
69
+ "video.is_depth_map": false,
70
+ "has_audio": false
71
+ }
72
+ },
73
+ "observation.state": {
74
+ "dtype": "float32",
75
+ "shape": [
76
+ 7
77
+ ],
78
+ "names": [
79
+ "x",
80
+ "y",
81
+ "z",
82
+ "rx",
83
+ "ry",
84
+ "rz",
85
+ "scanner_state"
86
+ ]
87
+ },
88
+ "action": {
89
+ "dtype": "float32",
90
+ "shape": [
91
+ 7
92
+ ],
93
+ "names": [
94
+ "x",
95
+ "y",
96
+ "z",
97
+ "rx",
98
+ "ry",
99
+ "rz",
100
+ "scanner_state"
101
+ ]
102
+ },
103
+ "timestamp": {
104
+ "dtype": "float32",
105
+ "shape": [
106
+ 1
107
+ ],
108
+ "names": null
109
+ },
110
+ "episode_index": {
111
+ "dtype": "int64",
112
+ "shape": [
113
+ 1
114
+ ],
115
+ "names": null
116
+ },
117
+ "frame_index": {
118
+ "dtype": "int64",
119
+ "shape": [
120
+ 1
121
+ ],
122
+ "names": null
123
+ },
124
+
125
+ "next.done": {
126
+ "dtype": "bool",
127
+ "shape": [
128
+ 1
129
+ ],
130
+ "names": null
131
+ },
132
+ "index": {
133
+ "dtype": "int64",
134
+ "shape": [
135
+ 1
136
+ ],
137
+ "names": null
138
+ },
139
+ "task_index": {
140
+ "dtype": "int64",
141
+ "shape": [
142
+ 1
143
+ ],
144
+ "names": null
145
+ }
146
+ }
147
+ }
148
+ ```
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae53be15c008e7a6ae59b2fab0c7e43a3c8cbd51c4ea3fb6db1049f2fd36c3d2
3
+ size 44726
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36ea2add1f4d0aa4818cb14212075efece956fdc06a69fc8a89ea3d8b53272af
3
+ size 44399
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bb3aa4f63fb952e430f508e9606ecd1967c43b21334aca78b373e1b4ecfbcde
3
+ size 43989
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9911ff3388be7e367f9f08009e44c9af4c6c5d36ba896587c9823376041a654
3
+ size 44104
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ab417bbb6db47d5b8129d350b5125b428ea439346738ce63f3711922b70e9a2
3
+ size 44133
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1965bf61b079c65f9c231d3a896f3af79018cfef21b61383f717bfbfe55cfa0
3
+ size 44079
data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a77366dca67c805ec23a9ed8b0e7a804286471c6f066176c15533ad644de70b7
3
+ size 44095
data/chunk-000/episode_000007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b930815fb203734e49443464bab40b9522038d650e6cfb74c4cca09e4f1208b1
3
+ size 44086
data/chunk-000/episode_000008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc51c5000e3534cf86875f0003da0945b52e5ef34e44127c9e1af424734816d2
3
+ size 44150
data/chunk-000/episode_000009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69a05415a91da7049cefd0b94c610d33ecfa7636d6c2aad82d1a1ff275bb4a47
3
+ size 44428
data/chunk-000/episode_000010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a7d41661e25353ef764faa274ea9b7fa1757e143a5b53ee8f982f906e151959
3
+ size 43322
data/chunk-000/episode_000011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cde072b0df47c334b934876bd39c2d064b82099c73686d1c1d5613df049e6c61
3
+ size 42982
data/chunk-000/episode_000012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fbb67f1f269a89da1dbc433894be285b1ec4daf42d9f06506161cdb620f31a5
3
+ size 43154
data/chunk-000/episode_000013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5b8fdc539d7ad2d30266a46fe3eb0dfb8698176d3ee8a308c94a4b4c1f51d40
3
+ size 42880
data/chunk-000/episode_000014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54d79f1c856468a8c3c01bc19ef19d1abdf81e1b00734678f39f7ed35bdab487
3
+ size 43191
data/chunk-000/episode_000015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75fbda8bdc934d44a113be16cbbced39ae10a08e505d31a93f6e88d0c962fb89
3
+ size 43040
data/chunk-000/episode_000016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec2bd841c64bf9f057ef1ecc86a6a69c83b3024731e910694b437f1deb58f34c
3
+ size 42992
data/chunk-000/episode_000017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9c1afcdd42364c238cd6638f08ac036848a7a7b0bfd7dbf2b11f150e6835f8b
3
+ size 42856
data/chunk-000/episode_000018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e27910015d6189b4596cd1a60b67f49b248e8a458851eb6b9d81b2a9b65a64b6
3
+ size 42994
data/chunk-000/episode_000019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75a3e5daedac42766d1869a8c345a9b0efbdc794be41a4d121c3626ec4b95995
3
+ size 43007
data/chunk-000/episode_000020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b9cda07c99890431602711a2db3853d40d4a4b66848474e6bf02a101ccbaf4f
3
+ size 53723
data/chunk-000/episode_000021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d22dedd757b8e7c3d4dcb25b3b237e252555e3b0ffcecbc0af8ac74853ff4fb9
3
+ size 53826
data/chunk-000/episode_000022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:174d2bd7008a4cc05c87d2c253c8f9de78ab3b43977d36fab707a7eca64018b1
3
+ size 53834
data/chunk-000/episode_000023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a4a87680a5ffb01f7a887c185d665b93d7b1fc85037d7af0ea17dfa6601a1c4
3
+ size 53728
data/chunk-000/episode_000024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edee6de53ad4b693e090b91abf22c90a039b9b76b287cdd99f69b4f51ad96063
3
+ size 53851
data/chunk-000/episode_000025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f67fe7c9a41da8a58a744d9d3deff206c615103ae0340f8f4b7da96b54c7248
3
+ size 53890
data/chunk-000/episode_000026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:990b6bce368089893aae854af5e115fb1050881392b602499b3550c1853db223
3
+ size 53838
data/chunk-000/episode_000027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:407164c860494694ff63332263dc04f76c190d2048b5875c1c61206a40bee474
3
+ size 53840
data/chunk-000/episode_000028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89dd7546ce4e6bc068eb6a587731fa0356fb7c6bc090dc3bfc57cee303ff05ba
3
+ size 53660
data/chunk-000/episode_000029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca3f1f0db0d906082a2a34b527164824b0a7bcb8e064c816b9c9db2eb2bd0ae8
3
+ size 54940
data/chunk-000/episode_000030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d053f125a4cb4cc19a4a84cf05eac0ee120cd4ee258e5e491153dc579cd3ea6
3
+ size 51142
data/chunk-000/episode_000031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bab63d178f4edd9aea479152e79a812800ee1bede315bd3c6a0050b3d5b062ce
3
+ size 51198
data/chunk-000/episode_000032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fb6b52017789bac93c62351b6acf067134fe87c59ea77b9c1321639de118bc1
3
+ size 51279
data/chunk-000/episode_000033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bc6ca93929229b06bc903ab195381ae6695f09f5e71444afa413c9bcf309fb3
3
+ size 50897
data/chunk-000/episode_000034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:220dcc306a21b603a8a015d1437ec869d1f70da9b9981b14bb32db506df334e1
3
+ size 51126
data/chunk-000/episode_000035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85358194f5aaae9f09d617615b66849be2859797d7d5c56c660126edb0193739
3
+ size 51321
data/chunk-000/episode_000036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bf8b936bd955edfa35b72b48d5975ab1d9310c5fcdedebc8bd91d764b898926
3
+ size 51474
data/chunk-000/episode_000037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cff9c3f3f468950777b83bb37d835f891c019d787dc77048753d416bedd7710
3
+ size 51078
data/chunk-000/episode_000038.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61ea9f4d6483e2c6a94a19960e2c6fe9bd7e92c836a977ff927b743895bf8acc
3
+ size 51358
data/chunk-000/episode_000039.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fb0a3bd3df17636d6afef7071214104e27bcabd82bcf31f56207be755df620a
3
+ size 51111
data/chunk-000/episode_000040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:521d6d5c4d3ad87418790a99aba670d110f73f5aedf410a735c09ec3ad80a0e4
3
+ size 47681
data/chunk-000/episode_000041.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f73ccd210983409623649b86a425f70cda10f5fa89f58e3e4fb71fec43feb8f0
3
+ size 47444
data/chunk-000/episode_000042.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e4573a2fe5e57ec8cbcf5ac7d9679e866d6bbf11113c434f022b2651ca00c09
3
+ size 47459
data/chunk-000/episode_000043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c9c908397c70cb85b2ad81cb5e450cf1530d6646cfea265b95a12e3e5e42c18
3
+ size 47524
data/chunk-000/episode_000044.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a8ad5b2a99805a4c0252c0cd89555ec6ffe964439ef0ae061566174e9e7c1e8
3
+ size 47498
data/chunk-000/episode_000045.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83faef2d1ee4102924ab828f54bc614cc6ef13c4ce4a19de4cbf8f0518ce106e
3
+ size 47498
data/chunk-000/episode_000046.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b52ace30d5300924bba9b6e8843e5420abb7f9aa95a3ed03a7185bd925785e06
3
+ size 47497
data/chunk-000/episode_000047.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4d7a84370fb476d01705d91629f287d87d89dbbec3feac8228fa4d5c09ca5ea
3
+ size 47268
data/chunk-000/episode_000048.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d996f7eb90880c63262cadc00aba2286dd3f9ad833b2c13d78cac1f7b1aee18
3
+ size 47460