apayan commited on
Commit
6f86684
·
verified ·
1 Parent(s): c8760e7

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:ba621ac53db71b87b1ad7a59cbb62f9e387657c1c358fdefa3c016fca28f5fba
3
+ size 28125
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp object and put it in the box"], "length": 776}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-55.546875, 178.154296875, 177.626953125, 6.50390625, -88.41796875, 0.09363295882940292], "max": [79.453125, 186.328125, 178.41796875, 48.779296875, -0.263671875, 33.70786666870117], "mean": [9.880332946777344, 181.70852661132812, 178.27508544921875, 21.498884201049805, -58.93208312988281, 21.14350700378418], "std": [29.134145736694336, 3.278149366378784, 0.25733548402786255, 15.68171215057373, 39.88711166381836, 15.644454002380371], "count": [776]}, "observation.state": {"min": [-55.107421875, 178.41796875, 177.978515625, 7.470703125, -88.2421875, 0.5551699995994568], "max": [78.310546875, 186.328125, 177.978515625, 48.603515625, 0.3515625, 33.58778762817383], "mean": [9.747591018676758, 181.58544921875, 177.97743225097656, 21.6790828704834, -58.773529052734375, 21.336986541748047], "std": [28.91289710998535, 2.933671474456787, 0.0010833740234375, 15.59009838104248, 39.907737731933594, 15.486315727233887], "count": [776]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48978004535147396]], [[0.4829412737317149]], [[0.49264988217509226]]], "std": [[[0.310176275705945]], [[0.3127055825502121]], [[0.30883509693101063]]], "count": [147]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38953626450580237]], [[0.3775389669756792]], [[0.3969747913054111]]], "std": [[[0.3102391538190118]], [[0.30715649024867037]], [[0.30894801446608844]]], "count": [147]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.33824251784046955]], [[0.32821821228491393]], [[0.3269741007514117]]], "std": [[[0.27700103568053075]], [[0.2777945616908487]], [[0.2826114666100302]]], "count": [147]}, "timestamp": {"min": [0.0], "max": [25.833333333333332], "mean": [12.916666666666664], "std": [7.467057281449263], "count": [776]}, "frame_index": {"min": [0], "max": [775], "mean": [387.5], "std": [224.01171844347786], "count": [776]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [776]}, "index": {"min": [0], "max": [775], "mean": [387.5], "std": [224.01171844347786], "count": [776]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [776]}}}
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": 776,
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.top": {
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": "h264",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.front": {
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": "h264",
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": "h264",
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 object and put it in the box"}
videos/chunk-000/observation.images.front/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55051ee845e93c4f728f2a14fd7ac4aad5830e92bcfc04941ff6d78c9c09c25a
3
+ size 12753723
videos/chunk-000/observation.images.top/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e52cb3fba3d9062839e2294ebecbc2072db42d971dfd4aa96cdcc1758a562f53
3
+ size 9317639
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:7130444c60e1dc0a871df35a83635459d68d7ae81c1d6bbd61c2af8a7e61cc72
3
+ size 5699550