m1b commited on
Commit
376c014
·
verified ·
1 Parent(s): 3b1d70a

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:2dbc300d819478f05536bc89ddaca6c86cc0936ee59a96a1499eece5cd087877
3
+ size 6328
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 108}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [2.8125, 190.546875, 178.41796875, 68.466796875, -56.337890625, 0.0], "max": [6.6796875, 191.25, 182.373046875, 69.697265625, -45.87890625, 0.49358341097831726], "mean": [3.3968098163604736, 191.16455078125, 181.8660430908203, 69.48486328125, -54.46207809448242, 0.38298431038856506], "std": [1.076588749885559, 0.08239520341157913, 1.052759051322937, 0.28457799553871155, 3.6225836277008057, 0.20316249132156372], "count": [108]}, "observation.state": {"min": [2.28515625, 190.810546875, 178.59375, 68.994140625, -56.25, 0.6284916400909424], "max": [6.6796875, 191.07421875, 182.021484375, 69.521484375, -45.263671875, 0.6284916400909424], "mean": [3.2259113788604736, 191.0628204345703, 181.6031951904297, 69.13330078125, -53.99088668823242, 0.6284913420677185], "std": [1.1517601013183594, 0.047979842871427536, 0.8827118873596191, 0.1503993421792984, 3.882922887802124, 2.980232238769531e-07], "count": [108]}, "observation.images.laptop": {"min": [[[0.0]], [[0.00392156862745098]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48517225694444444]], [[0.5248428267973857]], [[0.534759368872549]]], "std": [[[0.29169084380355703]], [[0.27380264467443016]], [[0.2676171395528771]]], "count": [100]}, "observation.images.phone": {"min": [[[0.08627450980392157]], [[0.0392156862745098]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.4785810416666667]], [[0.43908848039215687]], [[0.43803293709150326]]], "std": [[[0.3184520438665042]], [[0.33996612820665917]], [[0.3319750712902163]]], "count": [100]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.537114879493464]], [[0.5045885906862745]], [[0.4817194383169935]]], "std": [[[0.2504026044876137]], [[0.24884332669392967]], [[0.2543477210792593]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [3.566666666666667], "mean": [1.7833333333333332], "std": [1.0391859349545718], "count": [108]}, "frame_index": {"min": [0], "max": [107], "mean": [53.5], "std": [31.175578048637153], "count": [108]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [108]}, "index": {"min": [0], "max": [107], "mean": [53.5], "std": [31.175578048637153], "count": [108]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [108]}}}
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": 108,
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.laptop": {
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
+ "observation.images.wrist": {
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.fps": 30.0,
105
+ "video.height": 480,
106
+ "video.width": 640,
107
+ "video.channels": 3,
108
+ "video.codec": "av1",
109
+ "video.pix_fmt": "yuv420p",
110
+ "video.is_depth_map": false,
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 lego block and put it in the bin."}
videos/chunk-000/observation.images.laptop/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d5a753fc9bd2bbe5b5242a2ccb394458accb437d7a5d383b189a208fbde5ada
3
+ size 1380498
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:44ff659923ec55ae6ce2641f2949c26cfd04399a2e852c7489ddfd3a95dd7fa5
3
+ size 524657
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e850dd3f8cb662e3d90a4e17a17787c73dcede3571ed79b86c0c42465a5d686
3
+ size 2688147