1g0rrr commited on
Commit
c4d3f66
·
verified ·
1 Parent(s): 48f29ae

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:5392156efa1be50ac476ae1708851dc04cc15befa018a445fcd0e8ce27784186
3
+ size 31413
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Move top rectangular frame to the holder."], "length": 534}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-18.017578125, 77.6953125, 63.720703125, 38.056640625, -9.84375, 0.087890625, -10.479042053222656], "max": [61.787109375, 169.365234375, 153.10546875, 95.009765625, 24.697265625, 128.14453125, 100.29940032958984], "mean": [31.811140060424805, 112.063720703125, 108.05921173095703, 78.35647583007812, 6.392808437347412, 76.94003295898438, 49.12124252319336], "std": [22.364229202270508, 31.599531173706055, 31.35034942626953, 17.283273696899414, 6.552078723907471, 44.3145751953125, 51.76169204711914], "count": [534]}, "observation.state": {"min": [-16.875, 76.552734375, 65.302734375, 38.583984375, -9.66796875, 0.17578125, 7.3800740242004395], "max": [62.314453125, 168.046875, 154.423828125, 94.306640625, 24.345703125, 127.96875, 100.36900329589844], "mean": [32.5899772644043, 110.87107849121094, 109.36865997314453, 78.39213562011719, 6.476584434509277, 77.33306884765625, 56.28821563720703], "std": [22.335031509399414, 31.68570899963379, 31.41571617126465, 16.737186431884766, 6.379650115966797, 43.99844741821289, 43.3726921081543], "count": [534]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6005534799505388]], [[0.602622031958429]], [[0.6041641439233351]]], "std": [[[0.33230691785690347]], [[0.32867031864194807]], [[0.3339717396888227]]], "count": [111]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6093953493935111]], [[0.6179519133103692]], [[0.6122002977241948]]], "std": [[[0.2551660753727469]], [[0.25132120654579143]], [[0.2513188124515124]]], "count": [111]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5685755240534652]], [[0.5787859385120415]], [[0.5769687334393216]]], "std": [[[0.24482258142256133]], [[0.23627895407057292]], [[0.2340891690546079]]], "count": [111]}, "timestamp": {"min": [0.0], "max": [17.766666666666666], "mean": [8.883333333333335], "std": [5.138408385944109], "count": [534]}, "frame_index": {"min": [0], "max": [533], "mean": [266.5], "std": [154.15225157832327], "count": [534]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [534]}, "index": {"min": [0], "max": [533], "mean": [266.5], "std": [154.15225157832327], "count": [534]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [534]}}}
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": 534,
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": "Move top rectangular frame to the holder."}
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:fa11905678ff35ccc893e27c0eb728fbb68284de6ad77ede059a5b7972adf857
3
+ size 8425411
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:d10dcdb9ae2cd2d75aa4a7af6e1212358b4b23adcd8abd18147afa10b48d256f
3
+ size 4013436
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:7a67429cc9317164e2e8ee4ac9a6a95c23729eb7b86f7a464ac7ece419757dfb
3
+ size 2467560