1g0rrr commited on
Commit
6d53fe7
·
verified ·
1 Parent(s): 8f84aea

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:c9ef822661456ba438ee3cd06d8594b7028b14dfd38ffae9bac1d7620779ec1e
3
+ size 28274
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Peel off protective film from adhesive tape."], "length": 464}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-0.791015625, 67.32421875, 52.119140625, 55.283203125, -1.0546875, -42.099609375, -11.97604751586914], "max": [46.23046875, 169.365234375, 151.171875, 94.833984375, 20.7421875, 22.236328125, 100.0], "mean": [23.402584075927734, 103.91542053222656, 94.14392852783203, 79.95714569091797, 10.073137283325195, -1.677309274673462, 47.80867385864258], "std": [15.662007331848145, 34.5850830078125, 32.85224151611328, 13.970480918884277, 5.085659980773926, 23.95787239074707, 51.946285247802734], "count": [464]}, "observation.state": {"min": [-0.17578125, 65.91796875, 53.876953125, 55.72265625, -0.87890625, -42.01171875, 6.273062705993652], "max": [46.669921875, 168.134765625, 152.40234375, 94.306640625, 20.56640625, 22.1484375, 100.0], "mean": [24.073318481445312, 102.29771423339844, 95.37480926513672, 80.05569458007812, 10.002294540405273, -1.6894320249557495, 54.78923416137695], "std": [15.702339172363281, 34.613746643066406, 32.86553192138672, 13.846285820007324, 5.060040473937988, 23.960731506347656, 44.0107307434082], "count": [464]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5663341237745098]], [[0.5672117667483659]], [[0.5673703206699346]]], "std": [[[0.34300605792188815]], [[0.3415460731773403]], [[0.34627471687585026]]], "count": [100]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47457340277777776]], [[0.47807325163398695]], [[0.48067718750000005]]], "std": [[[0.3147305072906706]], [[0.3124555642144448]], [[0.31890627389492765]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5797374611928104]], [[0.588753131127451]], [[0.5846952369281045]]], "std": [[[0.3458975270096713]], [[0.3463062218818395]], [[0.3545337528179618]]], "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": "Peel off protective film from adhesive tape."}
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:9f60992a137c6c111293fcf0fb0d4c37f6d44be2dfe4c515aa8face00495c641
3
+ size 7760268
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:833f77ac8a4be445ecb26a0e63bfb1439b9ce40e93271a7434693095c12e496d
3
+ size 2197716
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:99638c2c1af3acc6a33093230d2e2dd8913d7e5c62887709293903ef782d5eb7
3
+ size 5035151