juni3227 commited on
Commit
f3b06a2
·
verified ·
1 Parent(s): 9bead3b

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:638488c2422c6d546c9659dc3bd53841ca5f9363a585642739376660cde3f145
3
+ size 46366
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["grap bottle cap and move it to a specific location"], "length": 712}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-15.704413414001465, 54.7396240234375, 22.243499755859375, -8.527456283569336, -91.36397552490234, 15.614330291748047], "max": [-0.1392112374305725, 190.33331298828125, 181.8349609375, 68.37808227539062, -79.6441650390625, 16.115938186645508], "mean": [-5.851138591766357, 166.9081573486328, 159.25364685058594, 14.38994026184082, -86.86559295654297, 15.903861045837402], "std": [4.819203853607178, 38.29861831665039, 39.307132720947266, 13.830591201782227, 2.488046407699585, 0.14654234051704407], "count": [712]}, "observation.state": {"min": [-16.083984375, 53.876953125, 28.30078125, -7.55859375, -90.703125, 15.705615043640137], "max": [-0.791015625, 187.91015625, 179.6484375, 63.369140625, -79.716796875, 16.084976196289062], "mean": [-5.955453872680664, 165.58895874023438, 158.92210388183594, 14.658477783203125, -86.84893798828125, 15.806544303894043], "std": [4.7461066246032715, 38.54621124267578, 38.32468795776367, 13.583062171936035, 2.3964433670043945, 0.06228204816579819], "count": [712]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6237434073994561]], [[0.6330121788678975]], [[0.6115809315514528]]], "std": [[[0.15162944584182067]], [[0.1416807132048336]], [[0.1428630388803191]]], "count": [137]}, "observation.images.robotarm00": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5173970155884738]], [[0.5298981754806547]], [[0.5000543911907829]]], "std": [[[0.21859137183857089]], [[0.2157693157939972]], [[0.2169688865667989]]], "count": [137]}, "observation.images.left": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5660910321549545]], [[0.5743422889532942]], [[0.5642302684151519]]], "std": [[[0.20329434309125075]], [[0.17341032766132308]], [[0.1999304657367099]]], "count": [137]}, "timestamp": {"min": [0.0], "max": [23.7], "mean": [11.850000000000001], "std": [6.851216437003481], "count": [712]}, "frame_index": {"min": [0], "max": [711], "mean": [355.5], "std": [205.5364931101044], "count": [712]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [712]}, "index": {"min": [0], "max": [711], "mean": [355.5], "std": [205.5364931101044], "count": [712]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [712]}}}
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": 712,
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.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.robotarm00": {
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.left": {
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": "grap bottle cap and move it to a specific location"}
videos/chunk-000/observation.images.left/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75216e0e9fe52428f7a3a12ec2d76c5e91b974580df0e785c768b00c10251901
3
+ size 3908207
videos/chunk-000/observation.images.robotarm00/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbced5a65c9182bbedfd788ab8f4f54f99226a6108f5f70c0bfdd6fa191aa5e4
3
+ size 5935593
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:ec2d6463bbf88782ece63e848869331752a7acd13ae1dd3eeeeb5cd4ff6566bd
3
+ size 5489678