shylee commited on
Commit
00b286e
·
verified ·
1 Parent(s): 084f3c4

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:0fc754adbe3aa77f923f64c3b9fd2709c1c18df9e41353639294724a987a89a3
3
+ size 18709
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a pengrip and put it in the cup."], "length": 227}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-35.081119537353516, 85.30490112304688, 81.02204132080078, 44.019718170166016, -47.831390380859375, -0.22636353969573975], "max": [45.836097717285156, 190.1953125, 177.626953125, 94.53899383544922, -1.46148681640625, 31.644268035888672], "mean": [4.139797210693359, 120.85901641845703, 106.69461822509766, 77.3734359741211, -20.478118896484375, 11.689950942993164], "std": [32.03157424926758, 30.39206886291504, 27.890544891357422, 15.642951965332031, 15.297685623168945, 12.678848266601562], "count": [227]}, "observation.state": {"min": [-34.8046875, 85.869140625, 84.0234375, 46.23046875, -46.494140625, 1.853171706199646], "max": [45.3515625, 189.931640625, 177.5390625, 93.603515625, -3.603515625, 28.866714477539062], "mean": [4.692275047302246, 121.37153625488281, 110.46186828613281, 76.78697967529297, -20.17302703857422, 11.974028587341309], "std": [31.536575317382812, 31.915937423706055, 28.950647354125977, 15.490010261535645, 15.18240737915039, 11.444314956665039], "count": [227]}, "observation.images.FrontCam": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6319616605392157]], [[0.5921742381535948]], [[0.5882412520424837]]], "std": [[[0.25996554225272667]], [[0.25691063050425655]], [[0.25604459401213625]]], "count": [100]}, "observation.images.TopCam": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5238330535130719]], [[0.4898635253267974]], [[0.5015078921568628]]], "std": [[[0.28594729443328787]], [[0.2773382583678824]], [[0.27548109796840947]]], "count": [100]}, "observation.images.WristCam": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4934633558006536]], [[0.46018498570261435]], [[0.441162704248366]]], "std": [[[0.2730430694618293]], [[0.2596173243358325]], [[0.26043126804647676]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.533333333333333], "mean": [3.7666666666666666], "std": [2.1842873233874505], "count": [227]}, "frame_index": {"min": [0], "max": [226], "mean": [113.0], "std": [65.5286197016235], "count": [227]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [227]}, "index": {"min": [0], "max": [226], "mean": [113.0], "std": [65.5286197016235], "count": [227]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [227]}}}
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": 227,
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.FrontCam": {
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.TopCam": {
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.WristCam": {
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 a pengrip and put it in the cup."}
videos/chunk-000/observation.images.FrontCam/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90b23656576bfa9d2dd82f7a5951caf1419f068057622ae591717e654ee11103
3
+ size 2106745
videos/chunk-000/observation.images.TopCam/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ebb45b3a62414c41d3b275a35701b24758848b44af537b1150b0c000a055741
3
+ size 4112979
videos/chunk-000/observation.images.WristCam/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0c1622ee2f3bf372af4055b9bc4eee69ebeee1826db1b071d7f669de5dd462e
3
+ size 1198784