LiamFy commited on
Commit
0e70a1a
·
verified ·
1 Parent(s): 3fd0c22

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:d21dd5ef8cd3ef2940b233f9ed780f6ccb55c1113848942aa988521639454b88
3
+ size 42110
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["pick up the large blue cube and place it on the blue tablet", "valid"], "length": 145}
meta/info.json ADDED
@@ -0,0 +1,172 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "mimic_single_arm",
4
+ "total_episodes": 5,
5
+ "total_frames": 2096,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 0,
9
+ "chunks_size": 1000,
10
+ "fps": 20.0,
11
+ "splits": {
12
+ "train": "0:100"
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
+ "observation.images.ego_view": {
18
+ "dtype": "video",
19
+ "shape": [
20
+ 480,
21
+ 640,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channel"
28
+ ],
29
+ "video_info": {
30
+ "video.fps": 20.0,
31
+ "video.codec": "h264",
32
+ "video.pix_fmt": "yuv420p",
33
+ "video.is_depth_map": false,
34
+ "has_audio": false
35
+ }
36
+ },
37
+ "observation.images.wrist_view": {
38
+ "dtype": "video",
39
+ "shape": [
40
+ 480,
41
+ 640,
42
+ 3
43
+ ],
44
+ "names": [
45
+ "height",
46
+ "width",
47
+ "channel"
48
+ ],
49
+ "video_info": {
50
+ "video.fps": 20.0,
51
+ "video.codec": "h264",
52
+ "video.pix_fmt": "yuv420p",
53
+ "video.is_depth_map": false,
54
+ "has_audio": false
55
+ }
56
+ },
57
+ "observation.state": {
58
+ "dtype": "float32",
59
+ "shape": [
60
+ 25
61
+ ],
62
+ "names": [
63
+ "x",
64
+ "y",
65
+ "z",
66
+ "r1",
67
+ "r2",
68
+ "r3",
69
+ "r4",
70
+ "r5",
71
+ "r6",
72
+ "h1",
73
+ "h2",
74
+ "h3",
75
+ "h4",
76
+ "h5",
77
+ "h6",
78
+ "h7",
79
+ "h8",
80
+ "h9",
81
+ "h10",
82
+ "h11",
83
+ "h12",
84
+ "h13",
85
+ "h14",
86
+ "h15",
87
+ "h16"
88
+ ]
89
+ },
90
+ "action": {
91
+ "dtype": "float32",
92
+ "shape": [
93
+ 25
94
+ ],
95
+ "names": [
96
+ "x",
97
+ "y",
98
+ "z",
99
+ "r1",
100
+ "r2",
101
+ "r3",
102
+ "r4",
103
+ "r5",
104
+ "r6",
105
+ "h1",
106
+ "h2",
107
+ "h3",
108
+ "h4",
109
+ "h5",
110
+ "h6",
111
+ "h7",
112
+ "h8",
113
+ "h9",
114
+ "h10",
115
+ "h11",
116
+ "h12",
117
+ "h13",
118
+ "h14",
119
+ "h15",
120
+ "h16"
121
+ ]
122
+ },
123
+ "timestamp": {
124
+ "dtype": "float64",
125
+ "shape": [
126
+ 1
127
+ ]
128
+ },
129
+ "annotation.human.action.task_description": {
130
+ "dtype": "int32",
131
+ "shape": [
132
+ 1
133
+ ]
134
+ },
135
+ "task_index": {
136
+ "dtype": "int32",
137
+ "shape": [
138
+ 1
139
+ ]
140
+ },
141
+ "annotation.human.validity": {
142
+ "dtype": "int32",
143
+ "shape": [
144
+ 1
145
+ ]
146
+ },
147
+ "episode_index": {
148
+ "dtype": "int32",
149
+ "shape": [
150
+ 1
151
+ ]
152
+ },
153
+ "index": {
154
+ "dtype": "int64",
155
+ "shape": [
156
+ 1
157
+ ]
158
+ },
159
+ "next.reward": {
160
+ "dtype": "float32",
161
+ "shape": [
162
+ 1
163
+ ]
164
+ },
165
+ "next.done": {
166
+ "dtype": "bool",
167
+ "shape": [
168
+ 1
169
+ ]
170
+ }
171
+ }
172
+ }
meta/modality.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "state": {
3
+ "eef_pos": {
4
+ "start": 0,
5
+ "end": 3
6
+ },
7
+ "eef_rot": {
8
+ "start": 3,
9
+ "end": 9,
10
+ "rotation_type": "rotation_6d"
11
+ },
12
+ "right_hand": {
13
+ "start": 9,
14
+ "end": 25
15
+ }
16
+ },
17
+ "action": {
18
+ "eef_pos": {
19
+ "start": 0,
20
+ "end": 3
21
+ },
22
+ "eef_rot": {
23
+ "start": 3,
24
+ "end": 9,
25
+ "rotation_type": "rotation_6d"
26
+ },
27
+ "right_hand": {
28
+ "start": 9,
29
+ "end": 25
30
+ }
31
+ },
32
+ "video": {
33
+ "ego_view": {
34
+ "original_key": "observation.images.ego_view"
35
+ },
36
+ "wrist_view": {
37
+ "original_key": "observation.images.wrist_view"
38
+ }
39
+ },
40
+ "annotation": {
41
+ "human.action.task_description": {},
42
+ "human.validity": {},
43
+ "human.coarse_action": {
44
+ "original_key": "annotation.human.action.task_description"
45
+ }
46
+ }
47
+ }
meta/tasks.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "pick up the large blue cube and place it on the blue tablet"}
videos/chunk-000/observation.images.ego_view/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9214b50a6bffa4e198abd7cee5d9d6b98b42863f9bcf3ab6d35371c27ee2e51f
3
+ size 1495374
videos/chunk-000/observation.images.wrist_view/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4baa19d6116be33642392a02107d98e63272d8a4861ee072af1bbaca2f098b97
3
+ size 1592464