danbhf commited on
Commit
04e071c
·
verified ·
1 Parent(s): fb230cb

Upload folder using huggingface_hub

Browse files
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f86cc6686ca549eefc408d39d20fe16ef7094ab2a5e946d2a8133c3910834329
3
+ size 668008
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36b3fa6358d2a78f5b5f7aefdfbbc52e6511ffb1ccc5075cdef5ed67e270047b
3
+ size 148187
meta/info.json ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so100_sim",
4
+ "total_episodes": 40,
5
+ "total_frames": 6559,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "fps": 30,
9
+ "splits": {
10
+ "train": "0:40"
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
+ "action": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ 8
19
+ ],
20
+ "names": [
21
+ "ee.x",
22
+ "ee.y",
23
+ "ee.z",
24
+ "ee.qw",
25
+ "ee.qx",
26
+ "ee.qy",
27
+ "ee.qz",
28
+ "gripper.pos"
29
+ ]
30
+ },
31
+ "action_joints": {
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
+ "description": "Original joint-space action (normalized form) for comparison"
45
+ },
46
+ "observation.state": {
47
+ "dtype": "float32",
48
+ "shape": [
49
+ 6
50
+ ],
51
+ "names": [
52
+ "shoulder_pan.pos",
53
+ "shoulder_lift.pos",
54
+ "elbow_flex.pos",
55
+ "wrist_flex.pos",
56
+ "wrist_roll.pos",
57
+ "gripper.pos"
58
+ ]
59
+ },
60
+ "observation.images.wrist_cam": {
61
+ "dtype": "video",
62
+ "shape": [
63
+ 480,
64
+ 640,
65
+ 3
66
+ ],
67
+ "names": [
68
+ "height",
69
+ "width",
70
+ "channels"
71
+ ],
72
+ "info": {
73
+ "video.height": 480,
74
+ "video.width": 640,
75
+ "video.codec": "av1",
76
+ "video.pix_fmt": "yuv420p",
77
+ "video.is_depth_map": false,
78
+ "video.fps": 30,
79
+ "video.channels": 3,
80
+ "has_audio": false
81
+ }
82
+ },
83
+ "observation.images.overhead_cam": {
84
+ "dtype": "video",
85
+ "shape": [
86
+ 480,
87
+ 640,
88
+ 3
89
+ ],
90
+ "names": [
91
+ "height",
92
+ "width",
93
+ "channels"
94
+ ],
95
+ "info": {
96
+ "video.height": 480,
97
+ "video.width": 640,
98
+ "video.codec": "av1",
99
+ "video.pix_fmt": "yuv420p",
100
+ "video.is_depth_map": false,
101
+ "video.fps": 30,
102
+ "video.channels": 3,
103
+ "has_audio": false
104
+ }
105
+ },
106
+ "timestamp": {
107
+ "dtype": "float32",
108
+ "shape": [
109
+ 1
110
+ ],
111
+ "names": null
112
+ },
113
+ "frame_index": {
114
+ "dtype": "int64",
115
+ "shape": [
116
+ 1
117
+ ],
118
+ "names": null
119
+ },
120
+ "episode_index": {
121
+ "dtype": "int64",
122
+ "shape": [
123
+ 1
124
+ ],
125
+ "names": null
126
+ },
127
+ "index": {
128
+ "dtype": "int64",
129
+ "shape": [
130
+ 1
131
+ ],
132
+ "names": null
133
+ },
134
+ "task_index": {
135
+ "dtype": "int64",
136
+ "shape": [
137
+ 1
138
+ ],
139
+ "names": null
140
+ }
141
+ },
142
+ "action_space": "end_effector",
143
+ "action_description": "End-effector pose: [x, y, z, qw, qx, qy, qz, gripper]",
144
+ "converted_from": "danbhf/sim_pick_place_merged_40ep",
145
+ "scene": {
146
+ "scene_xml": "E:/git/ai/lerobot-thesis/scenes/so101_with_wrist_cam.xml",
147
+ "objects": {
148
+ "duplo": {
149
+ "position": {
150
+ "x": 0.217,
151
+ "y": 0.225,
152
+ "z": 0.009491975540664574
153
+ },
154
+ "quaternion": {
155
+ "w": 1.0,
156
+ "x": 0.0,
157
+ "y": 0.0,
158
+ "z": 0.0
159
+ }
160
+ },
161
+ "bowl": {
162
+ "position": {
163
+ "x": 0.217,
164
+ "y": -0.225,
165
+ "z": 0.0
166
+ }
167
+ }
168
+ }
169
+ }
170
+ }
meta/stats.json ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "mean": [
4
+ 0.26906880736351013,
5
+ 0.04257407784461975,
6
+ 0.08357390761375427,
7
+ 0.5039525628089905,
8
+ -0.6853888034820557,
9
+ 0.1588834524154663,
10
+ 0.28061196208000183,
11
+ 0.3770315945148468
12
+ ],
13
+ "std": [
14
+ 0.0639139711856842,
15
+ 0.16196653246879578,
16
+ 0.07498838752508163,
17
+ 0.20314832031726837,
18
+ 0.12250525504350662,
19
+ 0.24607452750205994,
20
+ 0.2354983240365982,
21
+ 0.4020553231239319
22
+ ],
23
+ "min": [
24
+ 0.15598072111606598,
25
+ -0.2734452486038208,
26
+ -0.00875835306942463,
27
+ -0.11822269856929779,
28
+ -0.9299587607383728,
29
+ -0.3415753245353699,
30
+ -0.23659899830818176,
31
+ -0.1745299994945526
32
+ ],
33
+ "max": [
34
+ 0.41895949840545654,
35
+ 0.2981792092323303,
36
+ 0.32417401671409607,
37
+ 0.8051415681838989,
38
+ -0.2810870409011841,
39
+ 0.6015464067459106,
40
+ 0.6423400044441223,
41
+ 1.3785462379455566
42
+ ]
43
+ },
44
+ "observation.state": {
45
+ "mean": [
46
+ 12.025978088378906,
47
+ 7.0298752784729,
48
+ 2.86441969871521,
49
+ 30.876001358032227,
50
+ -1.4452251195907593,
51
+ 7.554546356201172
52
+ ],
53
+ "std": [
54
+ 2.1263370513916016,
55
+ 9.902523040771484,
56
+ 4.00167179107666,
57
+ 22.09148597717285,
58
+ 4.905553817749023,
59
+ 5.570309638977051
60
+ ],
61
+ "min": [
62
+ 9.286343574523926,
63
+ -15.089322090148926,
64
+ 0.22722849249839783,
65
+ -32.82341384887695,
66
+ -25.085195541381836,
67
+ -23.158655166625977
68
+ ],
69
+ "max": [
70
+ 19.838401794433594,
71
+ 17.647504806518555,
72
+ 18.67496681213379,
73
+ 60.308650970458984,
74
+ 19.498477935791016,
75
+ 25.521806716918945
76
+ ]
77
+ }
78
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb85256c7a73d1c7fcf3a92f814d151ddd73a1e0d6d6cc3ef80669b1f0227f9f
3
+ size 2336
videos/observation.images.overhead_cam/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74dc194c9f5dd838aec6f7ef14714e5e5130be2aee5b104d85e35fb416979fe9
3
+ size 14817052
videos/observation.images.overhead_cam/chunk-001/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8edf27e2eaa6ceb28c0fc5f20684ebb5cdae520517adacaa47983df72a1bfe8
3
+ size 22424036
videos/observation.images.wrist_cam/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d5ffb112577f743172ae6566c7fa9e24a9cc3d89ba1f7bc0b309a50c5e51b9f
3
+ size 20751073
videos/observation.images.wrist_cam/chunk-001/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72c068e79ffa9da2cc31d19df394519d476fbf9dfb841bde93abc17313b46933
3
+ size 29011813