samsitol commited on
Commit
a1539ac
·
verified ·
1 Parent(s): 9aa8c6e

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:ba4f9baa73b09d9b05ede4c86e2f841f4de86d9905f9c88d7292aab298caca2b
3
+ size 683789
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp the yellow block and put it in the bin."], "length": 10293}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-56.7875862121582, 5.78338623046875, -34.38799285888672, 29.989269256591797, 103.17875671386719, -0.7625570297241211], "max": [102.3564453125, 188.28451538085938, 173.24166870117188, 95.19400024414062, 190.2187042236328, 46.648284912109375], "mean": [7.464573383331299, 114.65404510498047, 95.95161437988281, 73.13771057128906, 158.08372497558594, 8.783173561096191], "std": [30.254980087280273, 57.83108901977539, 56.19688415527344, 13.311005592346191, 18.82573890686035, 12.51395034790039], "count": [10293]}, "observation.state": {"min": [-56.689453125, 4.833984375, -22.32421875, 31.2890625, 103.53515625, 0.5867561101913452], "max": [102.3046875, 188.349609375, 172.96875, 95.185546875, 189.755859375, 46.2699089050293], "mean": [7.45059061050415, 113.79375457763672, 97.5227279663086, 73.38265991210938, 158.05624389648438, 9.92759895324707], "std": [30.223247528076172, 58.57041931152344, 55.67723846435547, 13.315208435058594, 18.80592155456543, 11.967758178710938], "count": [10293]}, "observation.images.base": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3555893205511065]], [[0.507899708851056]], [[0.6296877314548086]]], "std": [[[0.31167038421528287]], [[0.3255491299993272]], [[0.356850975657655]]], "count": [1021]}, "observation.images.head": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26665627240530554]], [[0.553572455557476]], [[0.7538436597786355]]], "std": [[[0.27220232435015923]], [[0.26665948259502537]], [[0.33445383204540313]]], "count": [1021]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3018042380435687]], [[0.6393512505761364]], [[0.859961485679809]]], "std": [[[0.22291892821602058]], [[0.2133916473780559]], [[0.276805346414163]]], "count": [1021]}, "timestamp": {"min": [0.0], "max": [343.06666666666666], "mean": [171.53333333333333], "std": [99.04443821205076], "count": [10293]}, "frame_index": {"min": [0], "max": [10292], "mean": [5146.0], "std": [2971.3331463615227], "count": [10293]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [10293]}, "index": {"min": [0], "max": [10292], "mean": [5146.0], "std": [2971.3331463615227], "count": [10293]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [10293]}}}
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": 10293,
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.base": {
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.head": {
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.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.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": "Grasp the yellow block and put it in the bin."}
videos/chunk-000/observation.images.base/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12fac6caf67274cd661d74aa7d81d141df8cd0d6439be9196e112fc76740f455
3
+ size 164473309
videos/chunk-000/observation.images.head/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c152aa5a02b5f525e1121fa38d88d175e14dd61a7fc984468bc8ef61e2ecfa49
3
+ size 343551110
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:625072dc541d48a2335c458f1050a534971115f7d7f996bd32547e342160198b
3
+ size 174575152