shylee commited on
Commit
f39504f
·
verified ·
1 Parent(s): 78578cc

Upload folder using huggingface_hub

Browse files
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24e1912a673fc2e85d4406382db3523754cf7dbc6b180c5866ec12067180b819
3
+ size 20274
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a pengrip and put it in the cup."], "length": 239}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-26.253414154052734, 35.82658004760742, 1.695638656616211, 45.060298919677734, -39.07075500488281, -0.12060409784317017], "max": [46.5458984375, 190.1953125, 176.188720703125, 93.6891860961914, 22.770721435546875, 30.143383026123047], "mean": [8.654788970947266, 100.26204681396484, 84.39867401123047, 73.94774627685547, -5.345219612121582, 10.359620094299316], "std": [27.432615280151367, 43.794029235839844, 50.7197265625, 11.841252326965332, 23.389875411987305, 11.643633842468262], "count": [239]}, "observation.state": {"min": [-24.345703125, 36.03515625, 3.779296875, 45.615234375, -38.583984375, 2.138275146484375], "max": [46.142578125, 189.580078125, 177.451171875, 92.373046875, 21.97265625, 28.51033592224121], "mean": [9.194683074951172, 101.38091278076172, 89.5248794555664, 73.42839050292969, -5.677587509155273, 11.209685325622559], "std": [26.69206428527832, 44.23915100097656, 51.00894546508789, 11.655706405639648, 22.975994110107422, 10.39737606048584], "count": [239]}, "observation.images.FrontCam": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6206751184640523]], [[0.5842018913398692]], [[0.5774878451797386]]], "std": [[[0.2615567985169878]], [[0.25758862781607095]], [[0.25725079081978136]]], "count": [100]}, "observation.images.TopCam": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5484651062091503]], [[0.515455330882353]], [[0.5247666421568628]]], "std": [[[0.2885928616216888]], [[0.28034956303323827]], [[0.2779675090160625]]], "count": [100]}, "observation.images.WristCam": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49818835375816994]], [[0.45724253472222226]], [[0.4343060968137255]]], "std": [[[0.25786486919014223]], [[0.24539369902534844]], [[0.25068512142223104]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.933333333333334], "mean": [3.9666666666666663], "std": [2.2997584414213788], "count": [239]}, "frame_index": {"min": [0], "max": [238], "mean": [119.0], "std": [68.99275324264136], "count": [239]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [239]}, "index": {"min": [0], "max": [238], "mean": [119.0], "std": [68.99275324264136], "count": [239]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [239]}}}
meta/info.json ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 239,
6
+ "total_tasks": 1,
7
+ "total_videos": 3,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:1"
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
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_shoulder_lift",
39
+ "main_elbow_flex",
40
+ "main_wrist_flex",
41
+ "main_wrist_roll",
42
+ "main_gripper"
43
+ ]
44
+ },
45
+ "observation.images.FrontCam": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 480,
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
+ "observation.images.TopCam": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "observation.images.WristCam": {
92
+ "dtype": "video",
93
+ "shape": [
94
+ 480,
95
+ 640,
96
+ 3
97
+ ],
98
+ "names": [
99
+ "height",
100
+ "width",
101
+ "channels"
102
+ ],
103
+ "info": {
104
+ "video.height": 480,
105
+ "video.width": 640,
106
+ "video.codec": "av1",
107
+ "video.pix_fmt": "yuv420p",
108
+ "video.is_depth_map": false,
109
+ "video.fps": 30,
110
+ "video.channels": 3,
111
+ "has_audio": false
112
+ }
113
+ },
114
+ "timestamp": {
115
+ "dtype": "float32",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "frame_index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ },
128
+ "episode_index": {
129
+ "dtype": "int64",
130
+ "shape": [
131
+ 1
132
+ ],
133
+ "names": null
134
+ },
135
+ "index": {
136
+ "dtype": "int64",
137
+ "shape": [
138
+ 1
139
+ ],
140
+ "names": null
141
+ },
142
+ "task_index": {
143
+ "dtype": "int64",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "names": null
148
+ }
149
+ }
150
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grasp a pengrip and put it in the cup."}
videos/chunk-000/observation.images.FrontCam/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd8f0daaea2eae92ce597f40210124902c2219c681f4fd384984568dd0731492
3
+ size 2294458
videos/chunk-000/observation.images.TopCam/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a063268e0443058813e28b1ca4b236e5745cf4a662b4b0d4a8aef33f2c4ed840
3
+ size 4261989
videos/chunk-000/observation.images.WristCam/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ac0995b8c623f66e9ad4fda2ebc5f511299aa0e958d08c3e9b46a0e286ff629
3
+ size 1137166