adriankobras commited on
Commit
0527967
·
verified ·
1 Parent(s): 7873257

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +206 -0
README.md ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
+ ---
11
+
12
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
+
14
+ ## Dataset Description
15
+
16
+
17
+
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
+
22
+ ## Dataset Structure
23
+
24
+ [meta/info.json](meta/info.json):
25
+ ```json
26
+ {
27
+ "codebase_version": "v2.1",
28
+ "robot_type": null,
29
+ "total_episodes": 1,
30
+ "total_frames": 247,
31
+ "total_tasks": 1,
32
+ "total_videos": 3,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 10,
36
+ "splits": {
37
+ "train": "0:1"
38
+ },
39
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
+ "features": {
42
+ "observation.state": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 18
46
+ ],
47
+ "names": [
48
+ "tcp_left_pos_x",
49
+ "tcp_left_pos_y",
50
+ "tcp_left_pos_z",
51
+ "tcp_left_quat_x",
52
+ "tcp_left_quat_y",
53
+ "tcp_left_quat_z",
54
+ "tcp_left_quat_w",
55
+ "tcp_right_pos_x",
56
+ "tcp_right_pos_y",
57
+ "tcp_right_pos_z",
58
+ "tcp_right_quat_x",
59
+ "tcp_right_quat_y",
60
+ "tcp_right_quat_z",
61
+ "tcp_right_quat_w",
62
+ "gripper_left_0",
63
+ "gripper_left_1",
64
+ "gripper_right_0",
65
+ "gripper_right_1"
66
+ ]
67
+ },
68
+ "action": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 15
72
+ ],
73
+ "names": [
74
+ "delta_tcp_left_x",
75
+ "delta_tcp_left_y",
76
+ "delta_tcp_left_z",
77
+ "delta_tcp_left_rot_x",
78
+ "delta_tcp_left_rot_y",
79
+ "delta_tcp_left_rot_z",
80
+ "delta_tcp_right_x",
81
+ "delta_tcp_right_y",
82
+ "delta_tcp_right_z",
83
+ "delta_tcp_right_rot_x",
84
+ "delta_tcp_right_rot_y",
85
+ "delta_tcp_right_rot_z",
86
+ "gripper_left",
87
+ "gripper_right",
88
+ "termination_signal"
89
+ ]
90
+ },
91
+ "observation.images.rgb_static": {
92
+ "dtype": "video",
93
+ "shape": [
94
+ 256,
95
+ 256,
96
+ 3
97
+ ],
98
+ "names": [
99
+ "height",
100
+ "width",
101
+ "channel"
102
+ ],
103
+ "info": {
104
+ "video.height": 256,
105
+ "video.width": 256,
106
+ "video.codec": "av1",
107
+ "video.pix_fmt": "yuv420p",
108
+ "video.is_depth_map": false,
109
+ "video.fps": 10,
110
+ "video.channels": 3,
111
+ "has_audio": false
112
+ }
113
+ },
114
+ "observation.images.rgb_left": {
115
+ "dtype": "video",
116
+ "shape": [
117
+ 256,
118
+ 256,
119
+ 3
120
+ ],
121
+ "names": [
122
+ "height",
123
+ "width",
124
+ "channel"
125
+ ],
126
+ "info": {
127
+ "video.height": 256,
128
+ "video.width": 256,
129
+ "video.codec": "av1",
130
+ "video.pix_fmt": "yuv420p",
131
+ "video.is_depth_map": false,
132
+ "video.fps": 10,
133
+ "video.channels": 3,
134
+ "has_audio": false
135
+ }
136
+ },
137
+ "observation.images.rgb_right": {
138
+ "dtype": "video",
139
+ "shape": [
140
+ 256,
141
+ 256,
142
+ 3
143
+ ],
144
+ "names": [
145
+ "height",
146
+ "width",
147
+ "channel"
148
+ ],
149
+ "info": {
150
+ "video.height": 256,
151
+ "video.width": 256,
152
+ "video.codec": "av1",
153
+ "video.pix_fmt": "yuv420p",
154
+ "video.is_depth_map": false,
155
+ "video.fps": 10,
156
+ "video.channels": 3,
157
+ "has_audio": false
158
+ }
159
+ },
160
+ "timestamp": {
161
+ "dtype": "float32",
162
+ "shape": [
163
+ 1
164
+ ],
165
+ "names": null
166
+ },
167
+ "frame_index": {
168
+ "dtype": "int64",
169
+ "shape": [
170
+ 1
171
+ ],
172
+ "names": null
173
+ },
174
+ "episode_index": {
175
+ "dtype": "int64",
176
+ "shape": [
177
+ 1
178
+ ],
179
+ "names": null
180
+ },
181
+ "index": {
182
+ "dtype": "int64",
183
+ "shape": [
184
+ 1
185
+ ],
186
+ "names": null
187
+ },
188
+ "task_index": {
189
+ "dtype": "int64",
190
+ "shape": [
191
+ 1
192
+ ],
193
+ "names": null
194
+ }
195
+ }
196
+ }
197
+ ```
198
+
199
+
200
+ ## Citation
201
+
202
+ **BibTeX:**
203
+
204
+ ```bibtex
205
+ [More Information Needed]
206
+ ```