ahmetkca commited on
Commit
911d6ef
·
1 Parent(s): 26db23b

initial commit message

Browse files
README.md ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "so101_follower",
29
+ "total_episodes": 5,
30
+ "total_frames": 1500,
31
+ "total_tasks": 1,
32
+ "total_videos": 5,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 30,
36
+ "splits": {
37
+ "train": "0:5"
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
+ "action": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 6
46
+ ],
47
+ "names": [
48
+ "shoulder_pan.pos",
49
+ "shoulder_lift.pos",
50
+ "elbow_flex.pos",
51
+ "wrist_flex.pos",
52
+ "wrist_roll.pos",
53
+ "gripper.pos"
54
+ ]
55
+ },
56
+ "observation.state": {
57
+ "dtype": "float32",
58
+ "shape": [
59
+ 6
60
+ ],
61
+ "names": [
62
+ "shoulder_pan.pos",
63
+ "shoulder_lift.pos",
64
+ "elbow_flex.pos",
65
+ "wrist_flex.pos",
66
+ "wrist_roll.pos",
67
+ "gripper.pos"
68
+ ]
69
+ },
70
+ "observation.images.front": {
71
+ "dtype": "video",
72
+ "shape": [
73
+ 360,
74
+ 640,
75
+ 3
76
+ ],
77
+ "names": [
78
+ "height",
79
+ "width",
80
+ "channels"
81
+ ],
82
+ "info": {
83
+ "video.height": 360,
84
+ "video.width": 640,
85
+ "video.codec": "av1",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
88
+ "video.fps": 30,
89
+ "video.channels": 3,
90
+ "has_audio": false
91
+ }
92
+ },
93
+ "timestamp": {
94
+ "dtype": "float32",
95
+ "shape": [
96
+ 1
97
+ ],
98
+ "names": null
99
+ },
100
+ "frame_index": {
101
+ "dtype": "int64",
102
+ "shape": [
103
+ 1
104
+ ],
105
+ "names": null
106
+ },
107
+ "episode_index": {
108
+ "dtype": "int64",
109
+ "shape": [
110
+ 1
111
+ ],
112
+ "names": null
113
+ },
114
+ "index": {
115
+ "dtype": "int64",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "task_index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ }
128
+ }
129
+ }
130
+ ```
131
+
132
+
133
+ ## Citation
134
+
135
+ **BibTeX:**
136
+
137
+ ```bibtex
138
+ [More Information Needed]
139
+ ```
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26c5d6329ac51ef000e242eaf63777125d54eb981323d685a09468dea2a2b2a6
3
+ size 21850
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87a3ed491a8faa31dd48171a9d5f098eaf9b2f73a499260fcc74d5e5807f0fef
3
+ size 19081
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae9f55853b502600c8a8304f6c9e728205de6d2a49d8b7274371b88e90e5b881
3
+ size 18378
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f14c306d75eb21d3ffb98f95fcbeba72940c555937f6441d2c26e89859a65ea7
3
+ size 19253
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84854fcf47cf7d1dbbb859b9591c0f779eea3badb566d4e627c5038c1f238953
3
+ size 18759
meta/episodes.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the blue brick and put it into the cup"], "length": 300}
2
+ {"episode_index": 1, "tasks": ["Grab the blue brick and put it into the cup"], "length": 300}
3
+ {"episode_index": 2, "tasks": ["Grab the blue brick and put it into the cup"], "length": 300}
4
+ {"episode_index": 3, "tasks": ["Grab the blue brick and put it into the cup"], "length": 300}
5
+ {"episode_index": 4, "tasks": ["Grab the blue brick and put it into the cup"], "length": 300}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-21.119802474975586, -99.74205017089844, -47.80244827270508, 45.247764587402344, 1.0747435092926025, 0.10341261327266693], "max": [22.272541046142578, 15.735167503356934, 99.90937805175781, 95.77579498291016, 68.97899627685547, 40.53774642944336], "mean": [1.877588152885437, -23.404417037963867, 33.90096664428711, 73.18059539794922, 20.87998390197754, 18.18029022216797], "std": [12.213093757629395, 35.713619232177734, 39.18352508544922, 11.565560340881348, 15.145281791687012, 15.551709175109863], "count": [300]}, "observation.state": {"min": [-19.56427001953125, -97.8723373413086, -44.71910095214844, 47.280799865722656, -2.710622787475586, 0.3335556983947754], "max": [22.091503143310547, 15.319149017333984, 99.4606704711914, 96.00444030761719, 68.15628814697266, 40.42695236206055], "mean": [1.9901220798492432, -24.022411346435547, 36.83235168457031, 74.26046752929688, 19.936025619506836, 20.658035278320312], "std": [12.225050926208496, 35.993404388427734, 38.065338134765625, 11.051689147949219, 14.339851379394531, 13.025948524475098], "count": [300]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.17625594226579522]], [[0.23105757897603485]], [[0.17021143790849674]]], "std": [[[0.14596085762502942]], [[0.18206206806106265]], [[0.14373077547482796]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.966666666666667], "mean": [4.983333333333333], "std": [2.8867353083961027], "count": [300]}, "frame_index": {"min": [0], "max": [299], "mean": [149.5], "std": [86.60205925188308], "count": [300]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [300]}, "index": {"min": [0], "max": [299], "mean": [149.5], "std": [86.60205925188308], "count": [300]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [300]}}}
2
+ {"episode_index": 1, "stats": {"action": {"min": [-25.813091278076172, -99.65605926513672, -28.318984985351562, 36.149471282958984, -3.2730824947357178, 0.0], "max": [13.297653198242188, 10.834050178527832, 94.38151550292969, 96.1007308959961, 66.0478744506836, 36.60806655883789], "mean": [-8.163300514221191, -37.2089729309082, 33.00497817993164, 61.49444580078125, 30.348161697387695, 10.95759105682373], "std": [11.20407485961914, 38.894142150878906, 41.22537612915039, 15.509984970092773, 26.62453842163086, 14.62529468536377], "count": [300]}, "observation.state": {"min": [-25.75163459777832, -98.2127685546875, -24.044944763183594, 37.51387405395508, -3.345543384552002, 0.26684457063674927], "max": [13.11546802520752, 10.893616676330566, 94.87640380859375, 95.33851623535156, 65.4212417602539, 36.22414779663086], "mean": [-8.039216041564941, -36.129981994628906, 35.33214569091797, 61.95671081542969, 30.165081024169922, 14.21679401397705], "std": [11.132110595703125, 39.87309265136719, 41.43042755126953, 15.144142150878906, 26.692394256591797, 12.62360668182373], "count": [300]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14880957244008713]], [[0.1849567320261438]], [[0.13993484204793027]]], "std": [[[0.15680925382413408]], [[0.1837580523474753]], [[0.15054034018939066]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.966666666666667], "mean": [4.983333333333333], "std": [2.8867353083961027], "count": [300]}, "frame_index": {"min": [0], "max": [299], "mean": [149.5], "std": [86.60205925188308], "count": [300]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [300]}, "index": {"min": [300], "max": [599], "mean": [449.5], "std": [86.60205925188308], "count": [300]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [300]}}}
3
+ {"episode_index": 2, "stats": {"action": {"min": [-27.13050651550293, -99.65605926513672, -9.832351684570312, 34.93095016479492, -1.1235954761505127, 0.0], "max": [20.37875747680664, 1.289767861366272, 93.65654754638672, 92.68887329101562, 66.43869018554688, 40.53774642944336], "mean": [-9.512008666992188, -38.5128173828125, 37.82362747192383, 61.20040512084961, 32.26152420043945, 10.03136920928955], "std": [12.862640380859375, 38.52852249145508, 42.04294204711914, 16.718820571899414, 26.292068481445312, 14.461383819580078], "count": [300]}, "observation.state": {"min": [-25.228757858276367, -98.2127685546875, -6.33707857131958, 36.403995513916016, -1.4896215200424194, 0.20013342797756195], "max": [19.912853240966797, 2.21276593208313, 94.6966323852539, 92.11986541748047, 66.00732421875, 39.69313049316406], "mean": [-9.219171524047852, -38.035770416259766, 41.071502685546875, 61.64891815185547, 31.645416259765625, 13.031380653381348], "std": [12.67805290222168, 39.467559814453125, 41.250823974609375, 16.326078414916992, 26.4681453704834, 12.633275985717773], "count": [300]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1602712445533769]], [[0.19472569444444443]], [[0.1464170942265795]]], "std": [[[0.17135490754201838]], [[0.1957848296606448]], [[0.16028986160094963]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.966666666666667], "mean": [4.983333333333333], "std": [2.8867353083961027], "count": [300]}, "frame_index": {"min": [0], "max": [299], "mean": [149.5], "std": [86.60205925188308], "count": [300]}, "episode_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [300]}, "index": {"min": [600], "max": [899], "mean": [749.5], "std": [86.60205925188308], "count": [300]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [300]}}}
4
+ {"episode_index": 3, "stats": {"action": {"min": [-22.190200805664062, -99.74205017089844, -32.48754119873047, 53.77741622924805, -1.9540791511535645, 0.0], "max": [16.508852005004883, 12.639724731445312, 94.38151550292969, 84.56539154052734, 63.40986633300781, 36.297828674316406], "mean": [-2.1432695388793945, -35.06247329711914, 39.38230514526367, 65.65696716308594, 29.833251953125, 10.843186378479004], "std": [13.83310317993164, 40.2653694152832, 45.21934127807617, 7.401336669921875, 22.927698135375977, 15.317882537841797], "count": [300]}, "observation.state": {"min": [-21.83006477355957, -97.8723373413086, -29.078651428222656, 54.93895721435547, -1.78266179561615, 0.26684457063674927], "max": [16.601306915283203, 13.531914710998535, 95.14606475830078, 83.79578399658203, 63.125762939453125, 35.957305908203125], "mean": [-1.8980399370193481, -35.220951080322266, 42.70854949951172, 65.84833526611328, 29.094022750854492, 14.316466331481934], "std": [13.679455757141113, 40.38664627075195, 44.02927780151367, 7.21212911605835, 22.935543060302734, 13.363354682922363], "count": [300]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16639466230936817]], [[0.20927981753812636]], [[0.15658492374727667]]], "std": [[[0.15260285495573334]], [[0.18169678224997757]], [[0.14583558225809035]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.966666666666667], "mean": [4.983333333333333], "std": [2.8867353083961027], "count": [300]}, "frame_index": {"min": [0], "max": [299], "mean": [149.5], "std": [86.60205925188308], "count": [300]}, "episode_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [300]}, "index": {"min": [900], "max": [1199], "mean": [1049.5], "std": [86.60205925188308], "count": [300]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [300]}}}
5
+ {"episode_index": 4, "stats": {"action": {"min": [-31.741456985473633, -99.74205017089844, -11.644766807556152, -0.08123476803302765, -4.34782600402832, 0.0], "max": [-5.722519397735596, 3.267411947250366, 94.10964965820312, 84.97156524658203, 68.58818054199219, 32.26473617553711], "mean": [-14.846165657043457, -34.096275329589844, 39.840492248535156, 45.93741226196289, 34.48249816894531, 7.268176078796387], "std": [5.545981407165527, 39.54133224487305, 35.26422119140625, 27.628400802612305, 28.582035064697266, 12.43887710571289], "count": [300]}, "observation.state": {"min": [-28.801742553710938, -98.04255676269531, -7.595505714416504, 0.9988901019096375, -4.3223443031311035, 0.20013342797756195], "max": [-5.882352828979492, 4.085106372833252, 94.60674285888672, 84.57270050048828, 68.15628814697266, 31.954635620117188], "mean": [-14.603050231933594, -33.48371124267578, 42.281681060791016, 46.7695198059082, 33.8692626953125, 11.108977317810059], "std": [5.241517066955566, 40.26694107055664, 35.4571647644043, 27.3653564453125, 28.90625762939453, 10.669544219970703], "count": [300]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14933614379084967]], [[0.1829354357298475]], [[0.13635516067538125]]], "std": [[[0.16021755755757833]], [[0.18246336283926182]], [[0.14803744763111662]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.966666666666667], "mean": [4.983333333333333], "std": [2.8867353083961027], "count": [300]}, "frame_index": {"min": [0], "max": [299], "mean": [149.5], "std": [86.60205925188308], "count": [300]}, "episode_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [300]}, "index": {"min": [1200], "max": [1499], "mean": [1349.5], "std": [86.60205925188308], "count": [300]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [300]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 5,
5
+ "total_frames": 1500,
6
+ "total_tasks": 1,
7
+ "total_videos": 5,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:5"
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
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 6
21
+ ],
22
+ "names": [
23
+ "shoulder_pan.pos",
24
+ "shoulder_lift.pos",
25
+ "elbow_flex.pos",
26
+ "wrist_flex.pos",
27
+ "wrist_roll.pos",
28
+ "gripper.pos"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "shoulder_pan.pos",
38
+ "shoulder_lift.pos",
39
+ "elbow_flex.pos",
40
+ "wrist_flex.pos",
41
+ "wrist_roll.pos",
42
+ "gripper.pos"
43
+ ]
44
+ },
45
+ "observation.images.front": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 360,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 360,
59
+ "video.width": 640,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 30,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "timestamp": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "frame_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "episode_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "task_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ }
103
+ }
104
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grab the blue brick and put it into the cup"}
videos/chunk-000/observation.images.front/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53e0f3065724e9407b0b07072178454d30959573ab2c37a2ff2c4aeb512a3f75
3
+ size 1738627
videos/chunk-000/observation.images.front/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:682be6c2ba18fb52f82460961b2c591b1ab496c6b87019c340eb7c9d5fdd4257
3
+ size 2241070
videos/chunk-000/observation.images.front/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6053e7e9fd421a3f6d93a5e145efdd56f763e240c194e6afe41afb210a78add3
3
+ size 2244992
videos/chunk-000/observation.images.front/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2778a616ddbe013a3fbe71461cd1896564359bb5ec16cae5ab1ce6dcb0e910eb
3
+ size 1872922
videos/chunk-000/observation.images.front/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a214869bf1634707f7fd03a3a5f2bf9817f4e58a6a80c688cceda9e84c02f53
3
+ size 2131970