juni3227 commited on
Commit
0d8e321
·
verified ·
1 Parent(s): 5fd454d

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:b5bfe67af4fb696b2c085062f2f134966463afad13eb20eaa27dc0949ac801ec
3
+ size 88661
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["push blue cup"], "length": 1386}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-5.578060626983643, 119.61051940917969, 110.71200561523438, -6.900447845458984, -91.16185760498047, 15.604804039001465], "max": [4.4197468757629395, 189.4041290283203, 182.00778198242188, 33.097923278808594, -80.81449890136719, 16.084680557250977], "mean": [-1.106234073638916, 180.25997924804688, 171.53903198242188, 9.503976821899414, -86.5214614868164, 15.865845680236816], "std": [1.6807901859283447, 15.792551040649414, 15.290346145629883, 5.104709625244141, 2.0059964656829834, 0.08750613033771515], "count": [1386]}, "observation.state": {"min": [-5.44921875, 119.794921875, 114.521484375, -4.658203125, -90.87890625, 15.705615043640137], "max": [4.306640625, 188.7890625, 179.560546875, 27.333984375, -80.68359375, 16.009103775024414], "mean": [-1.1359831094741821, 179.65310668945312, 171.96275329589844, 9.695426940917969, -86.51905059814453, 15.851777076721191], "std": [1.5587433576583862, 16.157350540161133, 14.63597297668457, 4.236608982086182, 1.910231590270996, 0.08231498301029205], "count": [1386]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6172782969465319]], [[0.629411862781089]], [[0.6097877553554462]]], "std": [[[0.14832393176334466]], [[0.13164653554776615]], [[0.1295640309927312]]], "count": [227]}, "observation.images.robotarm00": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47013273714405]], [[0.4934275818073191]], [[0.47201093223633067]]], "std": [[[0.20434043683836953]], [[0.20230846599355254]], [[0.19755755144180023]]], "count": [227]}, "observation.images.left": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5528244966672425]], [[0.5482393376954307]], [[0.5442020718162448]]], "std": [[[0.19767249119214644]], [[0.182779950291313]], [[0.20090248715986633]]], "count": [227]}, "timestamp": {"min": [0.0], "max": [46.166666666666664], "mean": [23.083333333333332], "std": [13.336787746957938], "count": [1386]}, "frame_index": {"min": [0], "max": [1385], "mean": [692.5], "std": [400.1036324087381], "count": [1386]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1386]}, "index": {"min": [0], "max": [1385], "mean": [692.5], "std": [400.1036324087381], "count": [1386]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1386]}}}
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": 1386,
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": "push blue cup"}
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:d169311653c76d204fb47b3fc507c6ac69f1fd47eaa783a44461c9797de1b783
3
+ size 7606060
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:88e261e163643ab76a95ef64a6429c05183c8e1c0e4936d3b6de8ebc750d80b5
3
+ size 12170128
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:8cbc3549c6ffe116caeee2a0020bd5f8ba1962ced77f74ced7d6d7e505307473
3
+ size 10927392