maujim commited on
Commit
f2cc3fe
·
verified ·
1 Parent(s): 6763b88

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:ae4d53d0054b0ec76112531f4942cef2e9604ba6443041914416a88c664ea8d7
3
+ size 40902
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp the bagel and put it in the center bin."], "length": 1045}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-14.765625, 106.171875, 154.248046875, -30.41015625, 86.396484375, -1.3026819229125977], "max": [25.3125, 188.96484375, 180.703125, 5.44921875, 166.025390625, 34.02299118041992], "mean": [10.49498176574707, 153.2386474609375, 169.91477966308594, -11.120981216430664, 139.78688049316406, 6.479377746582031], "std": [12.331254959106445, 24.23121452331543, 8.564600944519043, 11.79661750793457, 31.494815826416016, 11.176769256591797], "count": [1045]}, "observation.state": {"min": [-14.853515625, 106.171875, 156.796875, -29.53125, 86.66015625, 0.0], "max": [25.224609375, 188.525390625, 180.703125, 5.2734375, 166.201171875, 33.78921890258789], "mean": [10.496495246887207, 152.66441345214844, 171.28125, -10.709872245788574, 139.80799865722656, 9.11483383178711], "std": [12.333817481994629, 24.377227783203125, 7.646763324737549, 11.46304702758789, 31.526399612426758, 9.870833396911621], "count": [1045]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2987480758241366]], [[0.21343224423193685]], [[0.23686770063216545]]], "std": [[[0.2438776578514823]], [[0.19275787318402451]], [[0.24174975096227536]]], "count": [183]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6225040012589734]], [[0.533042731436837]], [[0.5092939591592557]]], "std": [[[0.3290053982055178]], [[0.3223575544284137]], [[0.3313088847980273]]], "count": [183]}, "timestamp": {"min": [0.0], "max": [34.8], "mean": [17.4], "std": [10.055512584315796], "count": [1045]}, "frame_index": {"min": [0], "max": [1044], "mean": [522.0], "std": [301.66537752947386], "count": [1045]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1045]}, "index": {"min": [0], "max": [1044], "mean": [522.0], "std": [301.66537752947386], "count": [1045]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1045]}}}
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": 1045,
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.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
+ "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 the bagel and put it in the center 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:65959f0368e29253302f83d16ab3f151a34732a62380fd720a8cf74da80cb62f
3
+ size 6837744
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:84c5914b6346f26bfa0a9df00dbe9a08d28ef889a8bd9aa3305deec9e8d2c241
3
+ size 9623221