1g0rrr commited on
Commit
3cb2d71
·
verified ·
1 Parent(s): f35213b

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:243c81c16dccf4e05783dd11fd2afe22cb719bfbd58b2af4e7be0f84ca969d8c
3
+ size 29231
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab top frame and put it into gray box."], "length": 464}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-1.318359375, 77.34375, 66.708984375, 55.37109375, -3.69140625, -93.427734375, -12.874251365661621], "max": [96.240234375, 169.365234375, 151.171875, 95.009765625, 35.68359375, 131.66015625, 100.29940032958984], "mean": [50.639015197753906, 99.7587661743164, 95.36417388916016, 85.35338592529297, 6.864750385284424, 18.617090225219727, 43.790096282958984], "std": [32.84270477294922, 25.22321319580078, 22.92291259765625, 12.656814575195312, 9.915132522583008, 89.93022155761719, 50.49762725830078], "count": [464]}, "observation.state": {"min": [-0.3515625, 76.201171875, 68.203125, 55.72265625, -3.515625, -93.251953125, 5.904058933258057], "max": [96.767578125, 168.046875, 152.40234375, 94.306640625, 35.244140625, 131.484375, 100.0], "mean": [51.3175163269043, 98.26651763916016, 96.50017547607422, 85.16338348388672, 6.866644382476807, 18.460819244384766, 51.432376861572266], "std": [32.76784896850586, 24.88532257080078, 22.796064376831055, 12.211202621459961, 9.766414642333984, 89.29961395263672, 41.768035888671875], "count": [464]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5861714072712418]], [[0.5886471364379086]], [[0.5911691625816994]]], "std": [[[0.3512566619407298]], [[0.34843806999223803]], [[0.35351701950950926]]], "count": [100]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4926554799836601]], [[0.500227716503268]], [[0.5076607802287582]]], "std": [[[0.26435185982439036]], [[0.2639141861450238]], [[0.2665158968050945]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5397374836601307]], [[0.5439884129901961]], [[0.5315674530228759]]], "std": [[[0.2941372333527628]], [[0.28979915996333194]], [[0.28752234036264196]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [15.433333333333334], "mean": [7.716666666666668], "std": [4.464831712642955], "count": [464]}, "frame_index": {"min": [0], "max": [463], "mean": [231.5], "std": [133.94495137928865], "count": [464]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [464]}, "index": {"min": [0], "max": [463], "mean": [231.5], "std": [133.94495137928865], "count": [464]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [464]}}}
meta/info.json ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "sam_two",
4
+ "total_episodes": 1,
5
+ "total_frames": 464,
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
+ 7
21
+ ],
22
+ "names": [
23
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_side",
28
+ "main_wrist_roll",
29
+ "main_gripper"
30
+ ]
31
+ },
32
+ "observation.state": {
33
+ "dtype": "float32",
34
+ "shape": [
35
+ 7
36
+ ],
37
+ "names": [
38
+ "main_shoulder_pan",
39
+ "main_shoulder_lift",
40
+ "main_elbow_flex",
41
+ "main_wrist_flex",
42
+ "main_wrist_side",
43
+ "main_wrist_roll",
44
+ "main_gripper"
45
+ ]
46
+ },
47
+ "observation.images.laptop": {
48
+ "dtype": "video",
49
+ "shape": [
50
+ 480,
51
+ 640,
52
+ 3
53
+ ],
54
+ "names": [
55
+ "height",
56
+ "width",
57
+ "channels"
58
+ ],
59
+ "info": {
60
+ "video.fps": 30.0,
61
+ "video.height": 480,
62
+ "video.width": 640,
63
+ "video.channels": 3,
64
+ "video.codec": "av1",
65
+ "video.pix_fmt": "yuv420p",
66
+ "video.is_depth_map": false,
67
+ "has_audio": false
68
+ }
69
+ },
70
+ "observation.images.side": {
71
+ "dtype": "video",
72
+ "shape": [
73
+ 480,
74
+ 640,
75
+ 3
76
+ ],
77
+ "names": [
78
+ "height",
79
+ "width",
80
+ "channels"
81
+ ],
82
+ "info": {
83
+ "video.fps": 30.0,
84
+ "video.height": 480,
85
+ "video.width": 640,
86
+ "video.channels": 3,
87
+ "video.codec": "av1",
88
+ "video.pix_fmt": "yuv420p",
89
+ "video.is_depth_map": false,
90
+ "has_audio": false
91
+ }
92
+ },
93
+ "observation.images.phone": {
94
+ "dtype": "video",
95
+ "shape": [
96
+ 480,
97
+ 640,
98
+ 3
99
+ ],
100
+ "names": [
101
+ "height",
102
+ "width",
103
+ "channels"
104
+ ],
105
+ "info": {
106
+ "video.fps": 30.0,
107
+ "video.height": 480,
108
+ "video.width": 640,
109
+ "video.channels": 3,
110
+ "video.codec": "av1",
111
+ "video.pix_fmt": "yuv420p",
112
+ "video.is_depth_map": false,
113
+ "has_audio": false
114
+ }
115
+ },
116
+ "timestamp": {
117
+ "dtype": "float32",
118
+ "shape": [
119
+ 1
120
+ ],
121
+ "names": null
122
+ },
123
+ "frame_index": {
124
+ "dtype": "int64",
125
+ "shape": [
126
+ 1
127
+ ],
128
+ "names": null
129
+ },
130
+ "episode_index": {
131
+ "dtype": "int64",
132
+ "shape": [
133
+ 1
134
+ ],
135
+ "names": null
136
+ },
137
+ "index": {
138
+ "dtype": "int64",
139
+ "shape": [
140
+ 1
141
+ ],
142
+ "names": null
143
+ },
144
+ "task_index": {
145
+ "dtype": "int64",
146
+ "shape": [
147
+ 1
148
+ ],
149
+ "names": null
150
+ }
151
+ }
152
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grab top frame and put it into gray box."}
videos/chunk-000/observation.images.laptop/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cc4a6d61bf09dd996676f8ec3a63455653f20249ab523a54aea0ac785516242
3
+ size 6871579
videos/chunk-000/observation.images.phone/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73d6326c24917aaa3f9a4d32a49cf32016e78f5a8faa59270cfa17df7d747d63
3
+ size 5240077
videos/chunk-000/observation.images.side/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a94988e40b48f1e105c549bf4fb6fd46b6adef2f152f8dac49fa99b6029fba4
3
+ size 13692844