1g0rrr commited on
Commit
1ba56a4
·
verified ·
1 Parent(s): 4a8cb26

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:3eeafc9150f3b7b7af777eb040bdf4e3bca924dc1643a6517d95dc97f653be55
3
+ size 28779
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab top frame and put it into gray box."], "length": 451}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-9.755859375, 75.05859375, 57.919921875, 54.66796875, -5.625, -84.7265625, -11.97604751586914], "max": [96.591796875, 169.365234375, 151.259765625, 94.921875, 38.583984375, 132.36328125, 100.0], "mean": [51.438621520996094, 103.21339416503906, 99.05840301513672, 82.23172760009766, 5.990009307861328, 9.560200691223145, 47.25433349609375], "std": [34.607643127441406, 27.212289810180664, 27.251911163330078, 13.265040397644043, 10.678267478942871, 85.51202392578125, 52.39547348022461], "count": [451]}, "observation.state": {"min": [-8.7890625, 73.916015625, 59.677734375, 55.283203125, -5.44921875, -84.55078125, 5.904058933258057], "max": [97.119140625, 168.046875, 152.666015625, 94.306640625, 38.14453125, 132.099609375, 100.0], "mean": [52.134342193603516, 101.80137634277344, 100.03372955322266, 82.31040954589844, 5.87795352935791, 9.513818740844727, 54.480926513671875], "std": [34.83993911743164, 26.9328556060791, 26.97124671936035, 12.816954612731934, 10.631956100463867, 85.16664123535156, 43.754005432128906], "count": [451]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5849973529411765]], [[0.5938003431372548]], [[0.5972799775326797]]], "std": [[[0.351417385408267]], [[0.3473618649926843]], [[0.35243915860865055]]], "count": [100]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5015555085784313]], [[0.5061389808006536]], [[0.5133558905228759]]], "std": [[[0.2698227180411178]], [[0.2692474212199748]], [[0.2714828172702662]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5305308946078431]], [[0.5462332843137255]], [[0.5381035825163398]]], "std": [[[0.30298983866711415]], [[0.30009108591242095]], [[0.29980886432690085]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [15.0], "mean": [7.5], "std": [4.339738855430512], "count": [451]}, "frame_index": {"min": [0], "max": [450], "mean": [225.0], "std": [130.19216566291536], "count": [451]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [451]}, "index": {"min": [0], "max": [450], "mean": [225.0], "std": [130.19216566291536], "count": [451]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [451]}}}
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": 451,
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:41a7116417ff49e1cefdb68caee653bb0f45616448a9039adadb42b230ecb14f
3
+ size 6717755
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:860f53d12acf52a0c200f7add3297537d85ce520e352977184b1cdfd42de7ee2
3
+ size 5319879
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:69c44898eac21f8bc7e2fe1aa87e9b4db8ebab8b5c4bca252a8ebd22243ea161
3
+ size 12957499