m1b commited on
Commit
134f2d7
·
verified ·
1 Parent(s): 3781f35

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:b4c34da03f7d00c10338a232473fe871adf54c297839a8923f69360bd238b242
3
+ size 7332
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 83}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-7.646484375, 68.994140625, 62.9296875, 65.390625, -93.779296875, 1.0858834981918335], "max": [18.45703125, 191.42578125, 184.482421875, 92.4609375, -70.224609375, 43.435340881347656], "mean": [9.035791397094727, 176.5299072265625, 167.93038940429688, 72.21644592285156, -77.60954284667969, 20.999296188354492], "std": [10.815574645996094, 34.48476791381836, 33.36563491821289, 7.055037021636963, 7.761272430419922, 11.357316017150879], "count": [83]}, "observation.state": {"min": [-7.646484375, 63.6328125, 57.65625, 67.587890625, -91.669921875, 5.0977654457092285], "max": [18.10546875, 191.162109375, 182.63671875, 92.197265625, -71.279296875, 41.7597770690918], "mean": [7.8667402267456055, 165.1051788330078, 160.0128173828125, 73.38337707519531, -78.11570739746094, 21.243364334106445], "std": [10.835522651672363, 44.20172119140625, 40.24005126953125, 8.087870597839355, 7.229043006896973, 10.763700485229492], "count": [83]}, "observation.images.side": {"min": [[[0.0]], [[0.027450980392156862]], [[0.047058823529411764]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4505118464052288]], [[0.5018003582959288]], [[0.5157396005590992]]], "std": [[[0.27341481584705873]], [[0.2488033460591715]], [[0.24203846824956216]]], "count": [83]}, "observation.images.phone": {"min": [[[0.0]], [[0.03137254901960784]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.4727620481927711]], [[0.4350379188321915]], [[0.43654688607370656]]], "std": [[[0.322714421314132]], [[0.3439139455643526]], [[0.33719163990745005]]], "count": [83]}, "timestamp": {"min": [0.0], "max": [2.7333333333333334], "mean": [1.3666666666666667], "std": [0.7986099033807292], "count": [83]}, "frame_index": {"min": [0], "max": [82], "mean": [41.0], "std": [23.958297101421877], "count": [83]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [83]}, "index": {"min": [0], "max": [82], "mean": [41.0], "std": [23.958297101421877], "count": [83]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [83]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 83,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
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.side": {
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.fps": 30.0,
59
+ "video.height": 480,
60
+ "video.width": 640,
61
+ "video.channels": 3,
62
+ "video.codec": "av1",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.phone": {
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.fps": 30.0,
82
+ "video.height": 480,
83
+ "video.width": 640,
84
+ "video.channels": 3,
85
+ "video.codec": "av1",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ }
127
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grasp a lego block and put it in the bin."}
videos/chunk-000/observation.images.phone/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2959f2677a9bb7d1e5c575683aa549d70ac8122e67211d0406b64a1f4e316505
3
+ size 437048
videos/chunk-000/observation.images.side/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16e76abf674cfb0c5cac6ab3e54d26c9e36e1c88f03f9a95f0b0eb3b0dad40a4
3
+ size 1140897