lyl472324464 commited on
Commit
fdbcf04
·
verified ·
1 Parent(s): 44fa1ef

Convert dataset from v2.1 to v3.0

Browse files
README.md DELETED
@@ -1,188 +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": "v2.1",
28
- "robot_type": "aloha",
29
- "total_episodes": 4,
30
- "total_frames": 2523,
31
- "total_tasks": 1,
32
- "total_videos": 0,
33
- "total_chunks": 1,
34
- "chunks_size": 1000,
35
- "fps": 50,
36
- "splits": {
37
- "train": "0:4"
38
- },
39
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
- "features": {
42
- "observation.state": {
43
- "dtype": "float32",
44
- "shape": [
45
- 14
46
- ],
47
- "names": [
48
- [
49
- "right_waist",
50
- "right_shoulder",
51
- "right_elbow",
52
- "right_forearm_roll",
53
- "right_wrist_angle",
54
- "right_wrist_rotate",
55
- "right_gripper",
56
- "left_waist",
57
- "left_shoulder",
58
- "left_elbow",
59
- "left_forearm_roll",
60
- "left_wrist_angle",
61
- "left_wrist_rotate",
62
- "left_gripper"
63
- ]
64
- ]
65
- },
66
- "action": {
67
- "dtype": "float32",
68
- "shape": [
69
- 14
70
- ],
71
- "names": [
72
- [
73
- "right_waist",
74
- "right_shoulder",
75
- "right_elbow",
76
- "right_forearm_roll",
77
- "right_wrist_angle",
78
- "right_wrist_rotate",
79
- "right_gripper",
80
- "left_waist",
81
- "left_shoulder",
82
- "left_elbow",
83
- "left_forearm_roll",
84
- "left_wrist_angle",
85
- "left_wrist_rotate",
86
- "left_gripper"
87
- ]
88
- ]
89
- },
90
- "observation.images.cam_high": {
91
- "dtype": "image",
92
- "shape": [
93
- 3,
94
- 256,
95
- 256
96
- ],
97
- "names": [
98
- "channels",
99
- "height",
100
- "width"
101
- ]
102
- },
103
- "observation.images.cam_low": {
104
- "dtype": "image",
105
- "shape": [
106
- 3,
107
- 256,
108
- 256
109
- ],
110
- "names": [
111
- "channels",
112
- "height",
113
- "width"
114
- ]
115
- },
116
- "observation.images.cam_left_wrist": {
117
- "dtype": "image",
118
- "shape": [
119
- 3,
120
- 256,
121
- 256
122
- ],
123
- "names": [
124
- "channels",
125
- "height",
126
- "width"
127
- ]
128
- },
129
- "observation.images.cam_right_wrist": {
130
- "dtype": "image",
131
- "shape": [
132
- 3,
133
- 256,
134
- 256
135
- ],
136
- "names": [
137
- "channels",
138
- "height",
139
- "width"
140
- ]
141
- },
142
- "timestamp": {
143
- "dtype": "float32",
144
- "shape": [
145
- 1
146
- ],
147
- "names": null
148
- },
149
- "frame_index": {
150
- "dtype": "int64",
151
- "shape": [
152
- 1
153
- ],
154
- "names": null
155
- },
156
- "episode_index": {
157
- "dtype": "int64",
158
- "shape": [
159
- 1
160
- ],
161
- "names": null
162
- },
163
- "index": {
164
- "dtype": "int64",
165
- "shape": [
166
- 1
167
- ],
168
- "names": null
169
- },
170
- "task_index": {
171
- "dtype": "int64",
172
- "shape": [
173
- 1
174
- ],
175
- "names": null
176
- }
177
- }
178
- }
179
- ```
180
-
181
-
182
- ## Citation
183
-
184
- **BibTeX:**
185
-
186
- ```bibtex
187
- [More Information Needed]
188
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
data/chunk-000/{episode_000003.parquet → file-001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:307371320a303f107d50d8c6c6a7e9de1fbe661116209897681347041f17cf3c
3
- size 256512468
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fefe8163e0c4f96bf99c9fb32774fafa675d79ba34621874d5f76a794f5ba1c
3
+ size 374917678
data/chunk-000/{episode_000000.parquet → file-002.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:751bcec36bbbc628f73b6f4fc4c7eb82a2637565f4bea76fa36306b2006e872b
3
- size 374849786
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f14b0468a5ffdae453e03536e21ba115cb26c39b0097c8f09c38143a37fee5d
3
+ size 415162288
data/chunk-000/{episode_000001.parquet → file-003.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:71e517cec975383b2708c1007cf061e48821b5823c7a4b5b8b2bd7eef5a04021
3
- size 415147724
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8c7692a5b22efe0ea00e566c9590239951a6e0936be6f4171f3808a1d17ba41
3
+ size 248934417
data/chunk-000/file-004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00b5cb0ebfe0ff10f06666d39cdc98a73ae7762ebb44dd4757c80b1f2c7834ce
3
+ size 256483415
meta/episodes.jsonl DELETED
@@ -1,3 +0,0 @@
1
- {"episode_index": 0, "tasks": ["DEBUG"], "length": 1274}
2
- {"episode_index": 1, "tasks": ["DEBUG"], "length": 1359}
3
- {"episode_index": 2, "tasks": ["DEBUG"], "length": 838}
 
 
 
 
data/chunk-000/episode_000002.parquet → meta/episodes/chunk-000/file-000.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3c1458ceaebfd769f252e6e1d98144602230369f576295c435c79734302149e2
3
- size 248959102
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9a37d0000fb681387d7b1b2e247322550f94684e01911b92e72fc7469f9a997
3
+ size 54153
meta/episodes_stats.jsonl DELETED
@@ -1,3 +0,0 @@
1
- {"episode_index": 0, "stats": {"observation.state": {"min": [-0.09817477315664291, -0.7393787503242493, 0.6642137169837952, -0.20248547196388245, -0.42031073570251465, -0.004601942375302315, 0.12163220345973969, -0.5783107876777649, -0.7209709882736206, -0.2070874124765396, -0.2715145945549011, 0.019941750913858414, 0.019941750913858414, 0.37465450167655945], "max": [0.11965050548315048, -0.052155349403619766, 1.2409905195236206, 0.0015339808305725455, 0.058291271328926086, 0.006135923322290182, 0.9998481869697571, 0.23316508531570435, 0.27765053510665894, 1.0737866163253784, 0.24083499610424042, 1.526310920715332, 0.4770680367946625, 0.9776905179023743], "mean": [-0.06907176971435547, -0.203302264213562, 1.0214221477508545, -0.1580796092748642, -0.380320280790329, 0.0003744651621673256, 0.7382175922393799, -0.09991824626922607, -0.18608596920967102, 0.6770649552345276, -0.10117194056510925, 0.46984225511550903, 0.39466071128845215, 0.7600732445716858], "std": [0.055040448904037476, 0.157761812210083, 0.10847403854131699, 0.053388047963380814, 0.10011909902095795, 0.0016882236814126372, 0.19247369468212128, 0.23615461587905884, 0.30902722477912903, 0.2907106876373291, 0.11789433658123016, 0.27822133898735046, 0.15948379039764404, 0.19800004363059998], "count": [1274]}, "action": {"min": [-0.09817477315664291, -0.7363107800483704, 0.6350680589675903, -0.2040194571018219, -0.4279806613922119, -0.004601942375302315, -0.02051434852182865, -0.5813787579536438, -0.7301748991012573, -0.2346990704536438, -0.2730485796928406, 0.010737866163253784, 0.019941750913858414, 0.36929723620414734], "max": [0.12271846830844879, -0.05368933081626892, 1.228718638420105, 0.0015339808305725455, 0.05368933081626892, 0.006135923322290182, 1.0298113822937012, 0.2316311001777649, 0.24083499610424042, 1.0645827054977417, 0.2377670258283615, 1.5278449058532715, 0.47093212604522705, 0.9305537939071655], "mean": [-0.0677763819694519, -0.20827971398830414, 1.0062812566757202, -0.1598224937915802, -0.38394612073898315, 0.0007104004034772515, 0.654593288898468, -0.10039027035236359, -0.20997348427772522, 0.662248969078064, -0.10265908390283585, 0.45998552441596985, 0.3943149149417877, 0.6843040585517883], "std": [0.05403212457895279, 0.15341772139072418, 0.11114668846130371, 0.05262112617492676, 0.1032867580652237, 0.001755629200488329, 0.20768912136554718, 0.23553988337516785, 0.29974550008773804, 0.2898215353488922, 0.11602362245321274, 0.2756614685058594, 0.15923400223255157, 0.18267104029655457], "count": [1274]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07856973407348194]], [[0.11432145469965421]], [[0.10036970235295556]]], "std": [[[0.1761929868884419]], [[0.1656206745424997]], [[0.16838355474560743]]], "count": [213]}, "observation.images.cam_low": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39457289836117654]], [[0.3884943825406483]], [[0.3741603401476953]]], "std": [[[0.31921542812735143]], [[0.2925590084399384]], [[0.2842760103230313]]], "count": [213]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9529411764705882]]], "mean": [[[0.1487597884366298]], [[0.14970031951789114]], [[0.126741639841089]]], "std": [[[0.15345782514270073]], [[0.15356698958398465]], [[0.1566698462949989]]], "count": [213]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17058024813344683]], [[0.17396757513364244]], [[0.15118653287679507]]], "std": [[[0.1548530693621482]], [[0.15230999728340866]], [[0.15236967914325225]]], "count": [213]}, "timestamp": {"min": [0.0], "max": [25.46], "mean": [12.73], "std": [7.3554401635796065], "count": [1274]}, "frame_index": {"min": [0], "max": [1273], "mean": [636.5], "std": [367.77200817898034], "count": [1274]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1274]}, "index": {"min": [0], "max": [1273], "mean": [636.5], "std": [367.77200817898034], "count": [1274]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1274]}}}
2
- {"episode_index": 1, "stats": {"observation.state": {"min": [-0.00920388475060463, -0.5307573676109314, 0.8022719621658325, -0.10584467649459839, -0.7086991667747498, -0.0015339808305725455, 0.25418633222579956, -0.7623884677886963, -0.5506991147994995, 0.09050486981868744, -0.2316311001777649, -0.04448544234037399, -0.07209710031747818, 0.3460392653942108], "max": [0.3528155982494354, 0.07516506314277649, 1.2732040882110596, 0.23930101096630096, -0.3190680146217346, 0.09817477315664291, 0.9461565017700195, 0.22549518942832947, 0.3942330777645111, 0.9633399844169617, 0.6166602969169617, 0.8774370551109314, 1.1581555604934692, 0.9999905228614807], "mean": [0.2728717625141144, -0.4671822488307953, 1.1629704236984253, 0.019214781001210213, -0.4037424325942993, 0.005641539581120014, 0.9239996075630188, -0.14402954280376434, -0.029301432892680168, 0.5388078689575195, 0.06590799987316132, 0.6778408885002136, 0.46530938148498535, 0.8150016665458679], "std": [0.09961656481027603, 0.14438463747501373, 0.12183599919080734, 0.0994320660829544, 0.038416750729084015, 0.01005819346755743, 0.1130702942609787, 0.27503809332847595, 0.2648908197879791, 0.2862626016139984, 0.18564046919345856, 0.1757129430770874, 0.3690144717693329, 0.13570916652679443], "count": [1359]}, "action": {"min": [-0.004601942375302315, -0.5322913527488708, 0.7976700067520142, -0.10584467649459839, -0.7148350477218628, -0.0015339808305725455, 0.27545371651649475, -0.7669904232025146, -0.5568350553512573, 0.06749515980482101, -0.2377670258283615, -0.05522330850362778, -0.07669904083013535, 0.2357507050037384], "max": [0.35588353872299194, 0.012271846644580364, 1.260932207107544, 0.24236896634101868, -0.3405437469482422, 0.10124273598194122, 0.8728039264678955, 0.23009712994098663, 0.36968937516212463, 0.9556700587272644, 0.6197282671928406, 0.8805050253868103, 1.1550875902175903, 1.0370301008224487], "mean": [0.2755711078643799, -0.4729361832141876, 1.14812171459198, 0.018253181129693985, -0.41075703501701355, 0.006210428196936846, 0.8515504002571106, -0.14602047204971313, -0.05080537870526314, 0.5218725204467773, 0.06549038738012314, 0.6716318726539612, 0.4618939459323883, 0.7267722487449646], "std": [0.09694027900695801, 0.1336599588394165, 0.12096502631902695, 0.09860145300626755, 0.03592124581336975, 0.011714386753737926, 0.09693633019924164, 0.27483803033828735, 0.25858208537101746, 0.2872297763824463, 0.18411216139793396, 0.18284699320793152, 0.36865681409835815, 0.16205289959907532], "count": [1359]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.07925698855490731]], [[0.11580716120287977]], [[0.10402462535909474]]], "std": [[[0.17506255816698515]], [[0.16455252659123726]], [[0.16662671160070386]]], "count": [223]}, "observation.images.cam_low": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41894153436318476]], [[0.40149469854418085]], [[0.3925235993480825]]], "std": [[[0.3040913336332946]], [[0.281592151743926]], [[0.27445193752092006]]], "count": [223]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.12744686952170162]], [[0.13559578952841297]], [[0.11794697929160278]]], "std": [[[0.17202426321883513]], [[0.1649064013813185]], [[0.16226688281053764]]], "count": [223]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17108416217283054]], [[0.17611816696050267]], [[0.15151748167517778]]], "std": [[[0.1566096138828138]], [[0.1535804327821405]], [[0.15477062224390056]]], "count": [223]}, "timestamp": {"min": [0.0], "max": [27.16], "mean": [13.58], "std": [7.84618803411355], "count": [1359]}, "frame_index": {"min": [0], "max": [1358], "mean": [679.0], "std": [392.30940170567754], "count": [1359]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [1359]}, "index": {"min": [1274], "max": [2632], "mean": [1953.0], "std": [392.30940170567754], "count": [1359]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1359]}}}
3
- {"episode_index": 2, "stats": {"observation.state": {"min": [-0.30066025257110596, -0.5077476501464844, 0.7286409139633179, -0.24543693661689758, -0.6964272856712341, -0.004601942375302315, 0.12559814751148224, -0.6810874938964844, -0.6979612708091736, -0.0920388475060463, -0.34821364283561707, -0.12732040882110596, -0.22549518942832947, 0.35550862550735474], "max": [0.06902913749217987, 0.2346990704536438, 1.1734952926635742, 0.013805827125906944, -0.24083499610424042, 0.1672039031982422, 0.9955524802207947, 0.2960582971572876, 0.22856314480304718, 1.0431069135665894, 0.5077476501464844, 1.5477867126464844, 1.3775148391723633, 0.5625592470169067], "mean": [-0.12809079885482788, -0.05154402181506157, 0.9006522297859192, -0.07622484117746353, -0.38180094957351685, 0.004856391344219446, 0.42018821835517883, 0.042713556438684464, -0.2447357326745987, 0.7729932069778442, -0.03878534585237503, 0.42653512954711914, 0.191550150513649, 0.38740670680999756], "std": [0.1069452241063118, 0.2343902289867401, 0.13529257476329803, 0.06023610383272171, 0.10756170749664307, 0.016492754220962524, 0.25817036628723145, 0.23682571947574615, 0.19076913595199585, 0.25923144817352295, 0.32333505153656006, 0.40745216608047485, 0.2563781440258026, 0.058807555586099625], "count": [838]}, "action": {"min": [-0.36508744955062866, -0.5108156204223633, 0.7393787503242493, -0.24543693661689758, -0.7102331519126892, -0.006135923322290182, -0.015100282616913319, -0.6718835830688477, -0.7086991667747498, -0.11811652034521103, -0.3543495833873749, -0.1365242898464203, -0.22702915966510773, 0.354859858751297], "max": [0.07209710031747818, 0.22702915966510773, 1.1612235307693481, 0.012271846644580364, -0.23009712994098663, 0.1733398288488388, 0.9901083707809448, 0.3129321038722992, 0.18867963552474976, 1.0339031219482422, 0.5123496055603027, 1.5477867126464844, 1.4986993074417114, 0.5226953029632568], "mean": [-0.15494315326213837, -0.05791604146361351, 0.8910070657730103, -0.0721300020813942, -0.3796817660331726, 0.006053555756807327, 0.40455666184425354, 0.042962487787008286, -0.26361775398254395, 0.7718325257301331, -0.03790664300322533, 0.4282595217227936, 0.1975918561220169, 0.3754659593105316], "std": [0.1247444599866867, 0.22890430688858032, 0.12700647115707397, 0.06023236736655235, 0.11259771138429642, 0.019144507125020027, 0.260855108499527, 0.2299732118844986, 0.18248985707759857, 0.256496399641037, 0.3247445523738861, 0.40456363558769226, 0.2691861689090729, 0.0484028086066246], "count": [838]}, "observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.0782361021289186]], [[0.11137998905459362]], [[0.09365325985642492]]], "std": [[[0.1694351592368009]], [[0.15624777898204217]], [[0.15912825320365712]]], "count": [155]}, "observation.images.cam_low": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4138060840121709]], [[0.3974497566005989]], [[0.38688268402118914]]], "std": [[[0.3049279581930274]], [[0.28294544700062474]], [[0.27757666280825083]]], "count": [155]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15712162256693252]], [[0.163496320363768]], [[0.14069407125879585]]], "std": [[[0.15851522127356835]], [[0.15659435656239082]], [[0.15846329995441016]]], "count": [155]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16853631016576237]], [[0.17379767459529175]], [[0.15093507442196888]]], "std": [[[0.15668124329070265]], [[0.1551307828310223]], [[0.15677835049656677]]], "count": [155]}, "timestamp": {"min": [0.0], "max": [16.74], "mean": [8.37], "std": [4.838191810997162], "count": [838]}, "frame_index": {"min": [0], "max": [837], "mean": [418.5], "std": [241.9095905498581], "count": [838]}, "episode_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [838]}, "index": {"min": [2633], "max": [3470], "mean": [3051.5], "std": [241.9095905498581], "count": [838]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [838]}}}
 
 
 
 
meta/info.json CHANGED
@@ -1,18 +1,16 @@
1
  {
2
- "codebase_version": "v2.1",
3
  "robot_type": "aloha",
4
  "total_episodes": 3,
5
  "total_frames": 3471,
6
  "total_tasks": 1,
7
- "total_videos": 0,
8
- "total_chunks": 1,
9
  "chunks_size": 1000,
10
  "fps": 50,
11
  "splits": {
12
  "train": "0:3"
13
  },
14
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
  "features": {
17
  "observation.state": {
18
  "dtype": "float32",
@@ -36,7 +34,8 @@
36
  "left_wrist_rotate",
37
  "left_gripper"
38
  ]
39
- ]
 
40
  },
41
  "action": {
42
  "dtype": "float32",
@@ -60,7 +59,8 @@
60
  "left_wrist_rotate",
61
  "left_gripper"
62
  ]
63
- ]
 
64
  },
65
  "observation.images.cam_high": {
66
  "dtype": "image",
@@ -73,7 +73,8 @@
73
  "channels",
74
  "height",
75
  "width"
76
- ]
 
77
  },
78
  "observation.images.cam_low": {
79
  "dtype": "image",
@@ -86,7 +87,8 @@
86
  "channels",
87
  "height",
88
  "width"
89
- ]
 
90
  },
91
  "observation.images.cam_left_wrist": {
92
  "dtype": "image",
@@ -99,7 +101,8 @@
99
  "channels",
100
  "height",
101
  "width"
102
- ]
 
103
  },
104
  "observation.images.cam_right_wrist": {
105
  "dtype": "image",
@@ -112,42 +115,50 @@
112
  "channels",
113
  "height",
114
  "width"
115
- ]
 
116
  },
117
  "timestamp": {
118
  "dtype": "float32",
119
  "shape": [
120
  1
121
  ],
122
- "names": null
 
123
  },
124
  "frame_index": {
125
  "dtype": "int64",
126
  "shape": [
127
  1
128
  ],
129
- "names": null
 
130
  },
131
  "episode_index": {
132
  "dtype": "int64",
133
  "shape": [
134
  1
135
  ],
136
- "names": null
 
137
  },
138
  "index": {
139
  "dtype": "int64",
140
  "shape": [
141
  1
142
  ],
143
- "names": null
 
144
  },
145
  "task_index": {
146
  "dtype": "int64",
147
  "shape": [
148
  1
149
  ],
150
- "names": null
 
151
  }
152
- }
 
 
153
  }
 
1
  {
2
+ "codebase_version": "v3.0",
3
  "robot_type": "aloha",
4
  "total_episodes": 3,
5
  "total_frames": 3471,
6
  "total_tasks": 1,
 
 
7
  "chunks_size": 1000,
8
  "fps": 50,
9
  "splits": {
10
  "train": "0:3"
11
  },
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
  "features": {
15
  "observation.state": {
16
  "dtype": "float32",
 
34
  "left_wrist_rotate",
35
  "left_gripper"
36
  ]
37
+ ],
38
+ "fps": 50
39
  },
40
  "action": {
41
  "dtype": "float32",
 
59
  "left_wrist_rotate",
60
  "left_gripper"
61
  ]
62
+ ],
63
+ "fps": 50
64
  },
65
  "observation.images.cam_high": {
66
  "dtype": "image",
 
73
  "channels",
74
  "height",
75
  "width"
76
+ ],
77
+ "fps": 50
78
  },
79
  "observation.images.cam_low": {
80
  "dtype": "image",
 
87
  "channels",
88
  "height",
89
  "width"
90
+ ],
91
+ "fps": 50
92
  },
93
  "observation.images.cam_left_wrist": {
94
  "dtype": "image",
 
101
  "channels",
102
  "height",
103
  "width"
104
+ ],
105
+ "fps": 50
106
  },
107
  "observation.images.cam_right_wrist": {
108
  "dtype": "image",
 
115
  "channels",
116
  "height",
117
  "width"
118
+ ],
119
+ "fps": 50
120
  },
121
  "timestamp": {
122
  "dtype": "float32",
123
  "shape": [
124
  1
125
  ],
126
+ "names": null,
127
+ "fps": 50
128
  },
129
  "frame_index": {
130
  "dtype": "int64",
131
  "shape": [
132
  1
133
  ],
134
+ "names": null,
135
+ "fps": 50
136
  },
137
  "episode_index": {
138
  "dtype": "int64",
139
  "shape": [
140
  1
141
  ],
142
+ "names": null,
143
+ "fps": 50
144
  },
145
  "index": {
146
  "dtype": "int64",
147
  "shape": [
148
  1
149
  ],
150
+ "names": null,
151
+ "fps": 50
152
  },
153
  "task_index": {
154
  "dtype": "int64",
155
  "shape": [
156
  1
157
  ],
158
+ "names": null,
159
+ "fps": 50
160
  }
161
+ },
162
+ "data_files_size_in_mb": 100,
163
+ "video_files_size_in_mb": 200
164
  }
meta/stats.json ADDED
@@ -0,0 +1,517 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.cam_left_wrist": {
3
+ "min": [
4
+ [
5
+ [
6
+ 0.0
7
+ ]
8
+ ],
9
+ [
10
+ [
11
+ 0.0
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ 0.0
17
+ ]
18
+ ]
19
+ ],
20
+ "max": [
21
+ [
22
+ [
23
+ 1.0
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 1.0
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 1.0
34
+ ]
35
+ ]
36
+ ],
37
+ "mean": [
38
+ [
39
+ [
40
+ 0.14291089397329299
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.14799654615656674
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.1270824479074327
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.1624771611684239
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.15910311349095385
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.15952228126491627
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 591
73
+ ]
74
+ },
75
+ "action": {
76
+ "min": [
77
+ -0.36508744955062866,
78
+ -0.7363107800483704,
79
+ 0.6350680589675903,
80
+ -0.24543693661689758,
81
+ -0.7148350477218628,
82
+ -0.006135923322290182,
83
+ -0.02051434852182865,
84
+ -0.7669904232025146,
85
+ -0.7301748991012573,
86
+ -0.2346990704536438,
87
+ -0.3543495833873749,
88
+ -0.1365242898464203,
89
+ -0.22702915966510773,
90
+ 0.2357507050037384
91
+ ],
92
+ "max": [
93
+ 0.35588353872299194,
94
+ 0.22702915966510773,
95
+ 1.260932207107544,
96
+ 0.24236896634101868,
97
+ 0.05368933081626892,
98
+ 0.1733398288488388,
99
+ 1.0298113822937012,
100
+ 0.3129321038722992,
101
+ 0.36968937516212463,
102
+ 1.0645827054977417,
103
+ 0.6197282671928406,
104
+ 1.5477867126464844,
105
+ 1.4986993074417114,
106
+ 1.0370301008224487
107
+ ],
108
+ "mean": [
109
+ 0.045609813461520765,
110
+ -0.27559846481005146,
111
+ 1.0339854947430571,
112
+ -0.06892904802057834,
113
+ -0.3934138543201915,
114
+ 0.004153817850150312,
115
+ 0.671341782377282,
116
+ -0.08364634433274515,
117
+ -0.16060570627128964,
118
+ 0.6337440502605807,
119
+ -0.021190435977910788,
120
+ 0.5351918041620224,
121
+ 0.37327947265577743,
122
+ 0.6263691531378884
123
+ ],
124
+ "std": [
125
+ 0.20890736064303836,
126
+ 0.2379801917589436,
127
+ 0.15644631336348142,
128
+ 0.10821050995143194,
129
+ 0.08762389324252491,
130
+ 0.012256662403786816,
131
+ 0.25678964697599976,
132
+ 0.2611560921358248,
133
+ 0.2745436172364034,
134
+ 0.2980225940084739,
135
+ 0.2216279174993388,
136
+ 0.3043379515218375,
137
+ 0.3011670599891642,
138
+ 0.20850122039427987
139
+ ],
140
+ "count": [
141
+ 3471
142
+ ]
143
+ },
144
+ "observation.state": {
145
+ "min": [
146
+ -0.30066025257110596,
147
+ -0.7393787503242493,
148
+ 0.6642137169837952,
149
+ -0.24543693661689758,
150
+ -0.7086991667747498,
151
+ -0.004601942375302315,
152
+ 0.12163220345973969,
153
+ -0.7623884677886963,
154
+ -0.7209709882736206,
155
+ -0.2070874124765396,
156
+ -0.34821364283561707,
157
+ -0.12732040882110596,
158
+ -0.22549518942832947,
159
+ 0.3460392653942108
160
+ ],
161
+ "max": [
162
+ 0.3528155982494354,
163
+ 0.2346990704536438,
164
+ 1.2732040882110596,
165
+ 0.23930101096630096,
166
+ 0.058291271328926086,
167
+ 0.1672039031982422,
168
+ 0.9998481869697571,
169
+ 0.2960582971572876,
170
+ 0.3942330777645111,
171
+ 1.0737866163253784,
172
+ 0.6166602969169617,
173
+ 1.5477867126464844,
174
+ 1.3775148391723633,
175
+ 0.9999905228614807
176
+ ],
177
+ "mean": [
178
+ 0.050560415211825645,
179
+ -0.2699803085710603,
180
+ 1.047685160069533,
181
+ -0.06890145541407282,
182
+ -0.38984822799341373,
183
+ 0.003518748733448334,
184
+ 0.7341752826772551,
185
+ -0.08275368312350682,
186
+ -0.13885990090912906,
187
+ 0.6460930435982399,
188
+ -0.020693229696517785,
189
+ 0.5408243270093445,
190
+ 0.37328499618266237,
191
+ 0.6916068564468281
192
+ ],
193
+ "std": [
194
+ 0.20016848967328815,
195
+ 0.2427730593859343,
196
+ 0.15882721919032647,
197
+ 0.10846693559553304,
198
+ 0.08470392789934135,
199
+ 0.010590207725342946,
200
+ 0.26946409586109477,
201
+ 0.2626915775024518,
202
+ 0.2820194506593875,
203
+ 0.29677405087881625,
204
+ 0.22187289667095614,
205
+ 0.3048520111153517,
206
+ 0.29996207387308543,
207
+ 0.22903846440343584
208
+ ],
209
+ "count": [
210
+ 3471
211
+ ]
212
+ },
213
+ "observation.images.cam_high": {
214
+ "min": [
215
+ [
216
+ [
217
+ 0.0
218
+ ]
219
+ ],
220
+ [
221
+ [
222
+ 0.0
223
+ ]
224
+ ],
225
+ [
226
+ [
227
+ 0.0
228
+ ]
229
+ ]
230
+ ],
231
+ "max": [
232
+ [
233
+ [
234
+ 1.0
235
+ ]
236
+ ],
237
+ [
238
+ [
239
+ 1.0
240
+ ]
241
+ ],
242
+ [
243
+ [
244
+ 1.0
245
+ ]
246
+ ]
247
+ ],
248
+ "mean": [
249
+ [
250
+ [
251
+ 0.07874155268253531
252
+ ]
253
+ ],
254
+ [
255
+ [
256
+ 0.11411060085064391
257
+ ]
258
+ ],
259
+ [
260
+ [
261
+ 0.0999872983654882
262
+ ]
263
+ ]
264
+ ],
265
+ "std": [
266
+ [
267
+ [
268
+ 0.17401650801850285
269
+ ]
270
+ ],
271
+ [
272
+ [
273
+ 0.162815766417385
274
+ ]
275
+ ],
276
+ [
277
+ [
278
+ 0.16538644789978926
279
+ ]
280
+ ]
281
+ ],
282
+ "count": [
283
+ 591
284
+ ]
285
+ },
286
+ "timestamp": {
287
+ "min": [
288
+ 0.0
289
+ ],
290
+ "max": [
291
+ 27.16
292
+ ],
293
+ "mean": [
294
+ 12.010169979832902
295
+ ],
296
+ "std": [
297
+ 7.346227151150339
298
+ ],
299
+ "count": [
300
+ 3471
301
+ ]
302
+ },
303
+ "episode_index": {
304
+ "min": [
305
+ 0
306
+ ],
307
+ "max": [
308
+ 2
309
+ ],
310
+ "mean": [
311
+ 0.8743877845001441
312
+ ],
313
+ "std": [
314
+ 0.7698647626831009
315
+ ],
316
+ "count": [
317
+ 3471
318
+ ]
319
+ },
320
+ "task_index": {
321
+ "min": [
322
+ 0
323
+ ],
324
+ "max": [
325
+ 0
326
+ ],
327
+ "mean": [
328
+ 0.0
329
+ ],
330
+ "std": [
331
+ 0.0
332
+ ],
333
+ "count": [
334
+ 3471
335
+ ]
336
+ },
337
+ "index": {
338
+ "min": [
339
+ 0
340
+ ],
341
+ "max": [
342
+ 3470
343
+ ],
344
+ "mean": [
345
+ 1735.0
346
+ ],
347
+ "std": [
348
+ 1001.9913505947377
349
+ ],
350
+ "count": [
351
+ 3471
352
+ ]
353
+ },
354
+ "frame_index": {
355
+ "min": [
356
+ 0
357
+ ],
358
+ "max": [
359
+ 1358
360
+ ],
361
+ "mean": [
362
+ 600.5084989916451
363
+ ],
364
+ "std": [
365
+ 367.311357557517
366
+ ],
367
+ "count": [
368
+ 3471
369
+ ]
370
+ },
371
+ "observation.images.cam_right_wrist": {
372
+ "min": [
373
+ [
374
+ [
375
+ 0.0
376
+ ]
377
+ ],
378
+ [
379
+ [
380
+ 0.0
381
+ ]
382
+ ],
383
+ [
384
+ [
385
+ 0.0
386
+ ]
387
+ ]
388
+ ],
389
+ "max": [
390
+ [
391
+ [
392
+ 1.0
393
+ ]
394
+ ],
395
+ [
396
+ [
397
+ 1.0
398
+ ]
399
+ ],
400
+ [
401
+ [
402
+ 1.0
403
+ ]
404
+ ]
405
+ ],
406
+ "mean": [
407
+ [
408
+ [
409
+ 0.17023433010602124
410
+ ]
411
+ ],
412
+ [
413
+ [
414
+ 0.174734491197848
415
+ ]
416
+ ],
417
+ [
418
+ [
419
+ 0.15124545930918304
420
+ ]
421
+ ]
422
+ ],
423
+ "std": [
424
+ [
425
+ [
426
+ 0.15600112501982522
427
+ ]
428
+ ],
429
+ [
430
+ [
431
+ 0.15353689756014482
432
+ ]
433
+ ],
434
+ [
435
+ [
436
+ 0.15444182302105017
437
+ ]
438
+ ]
439
+ ],
440
+ "count": [
441
+ 591
442
+ ]
443
+ },
444
+ "observation.images.cam_low": {
445
+ "min": [
446
+ [
447
+ [
448
+ 0.0
449
+ ]
450
+ ],
451
+ [
452
+ [
453
+ 0.0
454
+ ]
455
+ ],
456
+ [
457
+ [
458
+ 0.0
459
+ ]
460
+ ]
461
+ ],
462
+ "max": [
463
+ [
464
+ [
465
+ 1.0
466
+ ]
467
+ ],
468
+ [
469
+ [
470
+ 1.0
471
+ ]
472
+ ],
473
+ [
474
+ [
475
+ 1.0
476
+ ]
477
+ ]
478
+ ],
479
+ "mean": [
480
+ [
481
+ [
482
+ 0.4088120685885065
483
+ ]
484
+ ],
485
+ [
486
+ [
487
+ 0.3957484492886688
488
+ ]
489
+ ],
490
+ [
491
+ [
492
+ 0.38442594099723487
493
+ ]
494
+ ]
495
+ ],
496
+ "std": [
497
+ [
498
+ [
499
+ 0.3100339189080613
500
+ ]
501
+ ],
502
+ [
503
+ [
504
+ 0.2860000645025543
505
+ ]
506
+ ],
507
+ [
508
+ [
509
+ 0.27896026538666363
510
+ ]
511
+ ]
512
+ ],
513
+ "count": [
514
+ 591
515
+ ]
516
+ }
517
+ }
meta/tasks.jsonl DELETED
@@ -1 +0,0 @@
1
- {"task_index": 0, "task": "DEBUG"}
 
 
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34ef26a139916ae13203ab2f03ad4337c3098d919e308cf88b9781e625a0c011
3
+ size 2121