benmsorting commited on
Commit
84473f1
·
1 Parent(s): f6f0e7b

updated quantile

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 +0 -171
  2. data/chunk-000/episode_000002.parquet +0 -3
  3. data/chunk-000/episode_000004.parquet +0 -3
  4. data/chunk-000/episode_000005.parquet +0 -3
  5. data/chunk-000/episode_000006.parquet +0 -3
  6. data/chunk-000/episode_000007.parquet +0 -3
  7. data/chunk-000/episode_000008.parquet +0 -3
  8. data/chunk-000/episode_000009.parquet +0 -3
  9. data/chunk-000/episode_000010.parquet +0 -3
  10. data/chunk-000/episode_000011.parquet +0 -3
  11. data/chunk-000/episode_000012.parquet +0 -3
  12. data/chunk-000/episode_000013.parquet +0 -3
  13. data/chunk-000/episode_000014.parquet +0 -3
  14. data/chunk-000/episode_000015.parquet +0 -3
  15. data/chunk-000/episode_000016.parquet +0 -3
  16. data/chunk-000/episode_000017.parquet +0 -3
  17. data/chunk-000/episode_000018.parquet +0 -3
  18. data/chunk-000/episode_000019.parquet +0 -3
  19. data/chunk-000/episode_000020.parquet +0 -3
  20. data/chunk-000/episode_000021.parquet +0 -3
  21. data/chunk-000/episode_000022.parquet +0 -3
  22. data/chunk-000/episode_000023.parquet +0 -3
  23. data/chunk-000/episode_000024.parquet +0 -3
  24. data/chunk-000/episode_000025.parquet +0 -3
  25. data/chunk-000/episode_000026.parquet +0 -3
  26. data/chunk-000/episode_000027.parquet +0 -3
  27. data/chunk-000/episode_000028.parquet +0 -3
  28. data/chunk-000/episode_000029.parquet +0 -3
  29. data/chunk-000/episode_000030.parquet +0 -3
  30. data/chunk-000/episode_000031.parquet +0 -3
  31. data/chunk-000/episode_000032.parquet +0 -3
  32. data/chunk-000/episode_000033.parquet +0 -3
  33. data/chunk-000/episode_000034.parquet +0 -3
  34. data/chunk-000/episode_000035.parquet +0 -3
  35. data/chunk-000/episode_000036.parquet +0 -3
  36. data/chunk-000/episode_000037.parquet +0 -3
  37. data/chunk-000/episode_000038.parquet +0 -3
  38. data/chunk-000/episode_000039.parquet +0 -3
  39. data/chunk-000/episode_000040.parquet +0 -3
  40. data/chunk-000/episode_000041.parquet +0 -3
  41. data/chunk-000/episode_000042.parquet +0 -3
  42. data/chunk-000/episode_000043.parquet +0 -3
  43. data/chunk-000/episode_000044.parquet +0 -3
  44. data/chunk-000/episode_000045.parquet +0 -3
  45. data/chunk-000/episode_000046.parquet +0 -3
  46. data/chunk-000/episode_000047.parquet +0 -3
  47. data/chunk-000/episode_000048.parquet +0 -3
  48. data/chunk-000/episode_000049.parquet +0 -3
  49. data/chunk-000/episode_000050.parquet +0 -3
  50. data/chunk-000/episode_000051.parquet +0 -3
README.md DELETED
@@ -1,171 +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": "v3.0",
28
- "robot_type": "xarm",
29
- "total_episodes": 336,
30
- "total_frames": 185962,
31
- "total_tasks": 1,
32
- "chunks_size": 1000,
33
- "fps": 30,
34
- "splits": {
35
- "train": "0:336"
36
- },
37
- "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
38
- "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
39
- "features": {
40
- "action": {
41
- "dtype": "float32",
42
- "shape": [
43
- 7
44
- ],
45
- "names": [
46
- "joint1.pos",
47
- "joint2.pos",
48
- "joint3.pos",
49
- "joint4.pos",
50
- "joint5.pos",
51
- "joint6.pos",
52
- "gripper.pos"
53
- ],
54
- "fps": 30
55
- },
56
- "observation.state": {
57
- "dtype": "float32",
58
- "shape": [
59
- 7
60
- ],
61
- "names": [
62
- "joint1.pos",
63
- "joint2.pos",
64
- "joint3.pos",
65
- "joint4.pos",
66
- "joint5.pos",
67
- "joint6.pos",
68
- "gripper.pos"
69
- ],
70
- "fps": 30
71
- },
72
- "observation.images.front": {
73
- "dtype": "video",
74
- "shape": [
75
- 540,
76
- 960,
77
- 3
78
- ],
79
- "names": [
80
- "height",
81
- "width",
82
- "channels"
83
- ],
84
- "info": {
85
- "video.height": 540,
86
- "video.width": 960,
87
- "video.codec": "av1",
88
- "video.pix_fmt": "yuv420p",
89
- "video.is_depth_map": false,
90
- "video.fps": 30,
91
- "video.channels": 3,
92
- "has_audio": false
93
- }
94
- },
95
- "observation.images.wrist": {
96
- "dtype": "video",
97
- "shape": [
98
- 480,
99
- 640,
100
- 3
101
- ],
102
- "names": [
103
- "height",
104
- "width",
105
- "channels"
106
- ],
107
- "info": {
108
- "video.height": 480,
109
- "video.width": 640,
110
- "video.codec": "av1",
111
- "video.pix_fmt": "yuv420p",
112
- "video.is_depth_map": false,
113
- "video.fps": 30,
114
- "video.channels": 3,
115
- "has_audio": false
116
- }
117
- },
118
- "timestamp": {
119
- "dtype": "float32",
120
- "shape": [
121
- 1
122
- ],
123
- "names": null,
124
- "fps": 30
125
- },
126
- "frame_index": {
127
- "dtype": "int64",
128
- "shape": [
129
- 1
130
- ],
131
- "names": null,
132
- "fps": 30
133
- },
134
- "episode_index": {
135
- "dtype": "int64",
136
- "shape": [
137
- 1
138
- ],
139
- "names": null,
140
- "fps": 30
141
- },
142
- "index": {
143
- "dtype": "int64",
144
- "shape": [
145
- 1
146
- ],
147
- "names": null,
148
- "fps": 30
149
- },
150
- "task_index": {
151
- "dtype": "int64",
152
- "shape": [
153
- 1
154
- ],
155
- "names": null,
156
- "fps": 30
157
- }
158
- },
159
- "data_files_size_in_mb": 100,
160
- "video_files_size_in_mb": 500
161
- }
162
- ```
163
-
164
-
165
- ## Citation
166
-
167
- **BibTeX:**
168
-
169
- ```bibtex
170
- [More Information Needed]
171
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
data/chunk-000/episode_000002.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:25e1ac70e5afa528f2afbdb123b32d0fe8afd09e99805b77a274f8464c92b652
3
- size 90874
 
 
 
 
data/chunk-000/episode_000004.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ec6e51b80248e0ccc37b757994f664a9a3ed5b700aeb7089c5839856a05c32d6
3
- size 57354
 
 
 
 
data/chunk-000/episode_000005.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b465d944b92764c5d41bd3bc9eaadb505dbbb341936e990f0c5e6eb79483eb6b
3
- size 9812
 
 
 
 
data/chunk-000/episode_000006.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4e9460a6ebed5bc2a33d638ed498b5b8754ea58224606456d6ee9cfe12c583c7
3
- size 60481
 
 
 
 
data/chunk-000/episode_000007.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:319139cb69601d72fd4710e0bd76bc4e8d9027b2c8512cff08cc911b519185b0
3
- size 75697
 
 
 
 
data/chunk-000/episode_000008.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6345b88b27d5b38dc9ae5e507b84a816a5c2e31233250b9bcceaec4624ba8772
3
- size 47828
 
 
 
 
data/chunk-000/episode_000009.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:04471911c860b98e26e3c816dffb080ff768bc59adc5b8906fde1d5f3eb55bab
3
- size 53661
 
 
 
 
data/chunk-000/episode_000010.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c235fe93bd8f283dc1b57d1a4b47d5c57c5449d1bb2d7dc4eee04a37c4f76a8c
3
- size 78946
 
 
 
 
data/chunk-000/episode_000011.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:996107b04c87bf2c35f928fcbd0489911e3062858750b782fde7b358002aba8f
3
- size 33183
 
 
 
 
data/chunk-000/episode_000012.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7c5bf66b0696e67f85ab1a2d51309f625f7a6111d51cf651eec2ecdf782e72d6
3
- size 56653
 
 
 
 
data/chunk-000/episode_000013.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d7d1698dcd34d5ee4d66a2e2c6addf845992fdab40bbb9b801116d9e96d8c55e
3
- size 43457
 
 
 
 
data/chunk-000/episode_000014.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:aadeba3c38adb87571c0e77e925cfbb9d861e2ac0d699d55dca42d4170f459a8
3
- size 37103
 
 
 
 
data/chunk-000/episode_000015.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1560bf7d8742b29fe16a65e12c4bff137d0355e6dd5b3ebad6c2c2b49b4a2931
3
- size 51996
 
 
 
 
data/chunk-000/episode_000016.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:abf188e98e82d2eb68c8ec08ee764655166d298f87f400f10e7bcde0250182c5
3
- size 34400
 
 
 
 
data/chunk-000/episode_000017.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d5dfd8eb272fec168e96e2c91fca02639d00a790e2d3626cbf3448672786ef0
3
- size 52916
 
 
 
 
data/chunk-000/episode_000018.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:32ef947274d01858ad55fef3d194960571d7cb4a012da28e953135b9e54f472f
3
- size 71516
 
 
 
 
data/chunk-000/episode_000019.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:22548ebd2030332a1b1690470d862be5cc4230772925698df2ecdf60dad4bd13
3
- size 51640
 
 
 
 
data/chunk-000/episode_000020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:13b650ebf982fd0cd3bfceb545a939150640ebdf4efcd892b54ea3fbc7408294
3
- size 51150
 
 
 
 
data/chunk-000/episode_000021.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6f1250546fff0a3d1b65f083ab245980de049c9e6d5fccb222b0b390c7597c51
3
- size 57648
 
 
 
 
data/chunk-000/episode_000022.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9838f68a94303c5a8abac580abb2105844380b13d7cd9e2bc8f3326b79db4079
3
- size 35547
 
 
 
 
data/chunk-000/episode_000023.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:60b4e8cf87915b4837fee7aa55f49162c63178e41726e7d8f8c2cff3800e6c04
3
- size 44470
 
 
 
 
data/chunk-000/episode_000024.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d0bf274881d8925190bc3fefe1d19d5b2cb638d70087a8bc27fbbb0b15680a06
3
- size 50816
 
 
 
 
data/chunk-000/episode_000025.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ec592d4b9404cc1929681a838873157fbe4e9c77ad993d3e5b22e9f0219ab0c9
3
- size 41720
 
 
 
 
data/chunk-000/episode_000026.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8c6a8a392a6ab6d0ec7c51b5a9fc9d7d3d131f83b2a6507c62b21d8082b0f997
3
- size 33859
 
 
 
 
data/chunk-000/episode_000027.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ab78e46eb9a3e1655afe0ddb3295572aaba3a8bc056cf36d34396fc8a1c59da7
3
- size 73436
 
 
 
 
data/chunk-000/episode_000028.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:253aeaea3c0c3ecc64838d1f64f81ce93113d89f505a57701039c3f775740582
3
- size 36241
 
 
 
 
data/chunk-000/episode_000029.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:094a52e4a50994e4ddf4fb66b871ac9f679fd2bc43cb1298fa79fae8490a4090
3
- size 54597
 
 
 
 
data/chunk-000/episode_000030.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b08fc068b1058422109ffe84d262708fb001715fcd1783c3102a8228d8ef68f2
3
- size 35154
 
 
 
 
data/chunk-000/episode_000031.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:85980560507a1f8d03a30ff41e60906680140911f6f00e1c3a61667b62318837
3
- size 41866
 
 
 
 
data/chunk-000/episode_000032.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4e78be3ae31a8f64ae65544fda579071e11056105f7a9d6d9b58acba47385b9c
3
- size 44368
 
 
 
 
data/chunk-000/episode_000033.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ff2177dd4a783d40c35137744bc233adf83a5aea1db108aae49e90a3ed2034f4
3
- size 82361
 
 
 
 
data/chunk-000/episode_000034.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:59c22e202540ea6c9623975d31d4d58e71f9ba9b8013b893122efa9f150f65ba
3
- size 49164
 
 
 
 
data/chunk-000/episode_000035.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e55382e9bf0f94f7cc7dc503fd9d55a0564e916eecda879750a42fa510bd3841
3
- size 33898
 
 
 
 
data/chunk-000/episode_000036.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:83279a21f61b0a52f4cb053e75b2583b1aab624104e2bdf8904cdd1229abfa9c
3
- size 53957
 
 
 
 
data/chunk-000/episode_000037.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2e0ef7e7e551d40c89a27449567df4d2e42b7cdad129bd4988906da383328702
3
- size 45849
 
 
 
 
data/chunk-000/episode_000038.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2efaf64d05645895dc01fa79bf973120ac5a434efa12d3335a4aa1884d620d80
3
- size 42808
 
 
 
 
data/chunk-000/episode_000039.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:91cb9db73a1cd9b2d3df415e2860f4964179f09a9a48da26c3bc9443ae7d14c5
3
- size 44324
 
 
 
 
data/chunk-000/episode_000040.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:01f41afd4de7379163a60d9763ef1f0f4486acf8944bacd652c6a1ab81037011
3
- size 45348
 
 
 
 
data/chunk-000/episode_000041.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a44f19eaf62204003fd82f981af7d317fb36d1dd71e02f21610bc6d73930751f
3
- size 39449
 
 
 
 
data/chunk-000/episode_000042.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:492cd7280398f59d9290630427f557cd5f5a585f2f395b5d4e70c79fd78ba643
3
- size 58590
 
 
 
 
data/chunk-000/episode_000043.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fbc45de240db8c4c244dfcb6ecc1d1707bdb8e4af9dbe9672251eef7b01c18a4
3
- size 47694
 
 
 
 
data/chunk-000/episode_000044.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fc5924a7ad62c6ffdda7b2184dbb18cb353d7b464a959b4dc114f7231f216ec1
3
- size 78628
 
 
 
 
data/chunk-000/episode_000045.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b2388e8fdc857518868986ca9a58e81a8ca1a47f95692190e492e4076432b42b
3
- size 59818
 
 
 
 
data/chunk-000/episode_000046.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d10ea5ff80947cef7b3560a11c9539f3271e8545f19c879d53cdf4e7f9d82021
3
- size 72422
 
 
 
 
data/chunk-000/episode_000047.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c47d0b276806365f2883e488d96f52233fd9526e1ea967561c8c2d987a5a972e
3
- size 39609
 
 
 
 
data/chunk-000/episode_000048.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:67cc08f564249a788ef79a1d6047acf0806562727859960629cb6591c0a8628b
3
- size 64828
 
 
 
 
data/chunk-000/episode_000049.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:bcef2e7a552a8c59b166e7731cf8223a37e070e2881560176c185f5473762067
3
- size 59882
 
 
 
 
data/chunk-000/episode_000050.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:81f7e9e2e57efd4bd135a021fb42294418675af2422205a26073eba8b0e413fa
3
- size 66326
 
 
 
 
data/chunk-000/episode_000051.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d0869036dc33e3404ab19e44388c89927d262733faf0871b7498830d4c3f389f
3
- size 48418