cijerezg commited on
Commit
7056a57
·
verified ·
1 Parent(s): 067471a

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:0695f6f43e549318aa4760770bf4101705c2fe738ae02e341c1f0171a889fae9
3
+ size 78455
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Put the sock in container"], "length": 1151}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-11.712278366088867, -24.507431030273438, -31.410552978515625, 49.99957275390625, 1.513373851776123, 2.536174774169922], "max": [26.672977447509766, 31.935243606567383, 44.23258590698242, 86.18107604980469, 9.058562278747559, 31.971099853515625], "mean": [18.021135330200195, -13.231366157531738, 24.465417861938477, 61.73472213745117, 4.974370956420898, 20.376676559448242], "std": [9.275012969970703, 12.579611778259277, 20.384164810180664, 9.609445571899414, 1.4554376602172852, 6.676812648773193], "count": [1151]}, "observation.state": {"min": [-11.444805145263672, -22.539411544799805, -29.39585304260254, 50.5235595703125, 1.7608217000961304, 3.004807710647583], "max": [26.704545974731445, 38.73029327392578, 44.454463958740234, 85.95113372802734, 8.87747573852539, 31.490385055541992], "mean": [17.989492416381836, -11.794092178344727, 25.49057388305664, 61.925453186035156, 4.94538688659668, 20.192628860473633], "std": [9.237483024597168, 13.391186714172363, 20.465290069580078, 9.581433296203613, 1.4457957744598389, 6.727102279663086], "count": [1151]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.24331836721575262]], [[0.24782125572310143]], [[0.2759222269914734]]], "std": [[[0.17033185320473399]], [[0.16145002735351388]], [[0.14519865999897072]]], "count": [197]}, "observation.images.bottom": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5112593145549252]], [[0.5132536142629641]], [[0.48676850158422086]]], "std": [[[0.2238032098136927]], [[0.2163042964154757]], [[0.21343857736955993]]], "count": [197]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6126840141990086]], [[0.5499081066392799]], [[0.47855304635686324]]], "std": [[[0.21796211380701416]], [[0.1694684664596848]], [[0.15366583431684958]]], "count": [197]}, "timestamp": {"min": [0.0], "max": [38.333333333333336], "mean": [19.16666666666666], "std": [11.075498483890767], "count": [1151]}, "frame_index": {"min": [0], "max": [1150], "mean": [575.0], "std": [332.264954516723], "count": [1151]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1151]}, "index": {"min": [0], "max": [1150], "mean": [575.0], "std": [332.264954516723], "count": [1151]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1151]}}}
meta/info.json ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 1151,
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
+ "shoulder_pan.pos",
24
+ "shoulder_lift.pos",
25
+ "elbow_flex.pos",
26
+ "wrist_flex.pos",
27
+ "wrist_roll.pos",
28
+ "gripper.pos"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "shoulder_pan.pos",
38
+ "shoulder_lift.pos",
39
+ "elbow_flex.pos",
40
+ "wrist_flex.pos",
41
+ "wrist_roll.pos",
42
+ "gripper.pos"
43
+ ]
44
+ },
45
+ "observation.images.wrist": {
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.bottom": {
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.top": {
92
+ "dtype": "video",
93
+ "shape": [
94
+ 340,
95
+ 340,
96
+ 3
97
+ ],
98
+ "names": [
99
+ "height",
100
+ "width",
101
+ "channels"
102
+ ],
103
+ "info": {
104
+ "video.height": 340,
105
+ "video.width": 340,
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": "Put the sock in container"}
videos/chunk-000/observation.images.bottom/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01c0f9b18df5295cc3c97fe5d845b48ba4d439a1004dc23f4ebad28cc6f42229
3
+ size 20999388
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:cbbe7dc5dbe190873db5d46104108d2e50e37867da5e1cb428d38f0d14dcffb3
3
+ size 5999643
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:992f72883b02d75b27d3af9b17b03d77e8c53c6487d4b5881a543c02b772e0e8
3
+ size 5898870