jellyho commited on
Commit
8479671
·
verified ·
1 Parent(s): e293c6c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +244 -0
README.md ADDED
@@ -0,0 +1,244 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+
15
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=jellyho/droid_wipe_table">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
+ ## Dataset Description
22
+
23
+
24
+
25
+ - **Homepage:** [More Information Needed]
26
+ - **Paper:** [More Information Needed]
27
+ - **License:** apache-2.0
28
+
29
+ ## Dataset Structure
30
+
31
+ [meta/info.json](meta/info.json):
32
+ ```json
33
+ {
34
+ "codebase_version": "v3.0",
35
+ "robot_type": "franka",
36
+ "total_episodes": 20,
37
+ "total_frames": 1339,
38
+ "total_tasks": 1,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 10,
43
+ "splits": {
44
+ "train": "0:20"
45
+ },
46
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
47
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
48
+ "features": {
49
+ "observation.state": {
50
+ "dtype": "float32",
51
+ "shape": [
52
+ 24
53
+ ],
54
+ "names": [
55
+ "joint_positions_0",
56
+ "joint_positions_1",
57
+ "joint_positions_2",
58
+ "joint_positions_3",
59
+ "joint_positions_4",
60
+ "joint_positions_5",
61
+ "joint_positions_6",
62
+ "joint_positions_7",
63
+ "joint_velocities_0",
64
+ "joint_velocities_1",
65
+ "joint_velocities_2",
66
+ "joint_velocities_3",
67
+ "joint_velocities_4",
68
+ "joint_velocities_5",
69
+ "joint_velocities_6",
70
+ "joint_velocities_7",
71
+ "cartesian_position_0",
72
+ "cartesian_position_1",
73
+ "cartesian_position_2",
74
+ "cartesian_position_3",
75
+ "cartesian_position_4",
76
+ "cartesian_position_5",
77
+ "cartesian_position_6",
78
+ "gripper_position_0"
79
+ ]
80
+ },
81
+ "action": {
82
+ "dtype": "float32",
83
+ "shape": [
84
+ 8
85
+ ],
86
+ "names": [
87
+ "action_0",
88
+ "action_1",
89
+ "action_2",
90
+ "action_3",
91
+ "action_4",
92
+ "action_5",
93
+ "action_6",
94
+ "action_7"
95
+ ]
96
+ },
97
+ "reward": {
98
+ "dtype": "float32",
99
+ "shape": [
100
+ 1
101
+ ],
102
+ "names": [
103
+ "reward"
104
+ ]
105
+ },
106
+ "done": {
107
+ "dtype": "float32",
108
+ "shape": [
109
+ 1
110
+ ],
111
+ "names": [
112
+ "done"
113
+ ]
114
+ },
115
+ "success": {
116
+ "dtype": "float32",
117
+ "shape": [
118
+ 1
119
+ ],
120
+ "names": [
121
+ "success"
122
+ ]
123
+ },
124
+ "observation.joint_positions": {
125
+ "dtype": "float32",
126
+ "shape": [
127
+ 8
128
+ ],
129
+ "names": [
130
+ "joint_positions_0",
131
+ "joint_positions_1",
132
+ "joint_positions_2",
133
+ "joint_positions_3",
134
+ "joint_positions_4",
135
+ "joint_positions_5",
136
+ "joint_positions_6",
137
+ "joint_positions_7"
138
+ ]
139
+ },
140
+ "observation.joint_velocities": {
141
+ "dtype": "float32",
142
+ "shape": [
143
+ 8
144
+ ],
145
+ "names": [
146
+ "joint_velocities_0",
147
+ "joint_velocities_1",
148
+ "joint_velocities_2",
149
+ "joint_velocities_3",
150
+ "joint_velocities_4",
151
+ "joint_velocities_5",
152
+ "joint_velocities_6",
153
+ "joint_velocities_7"
154
+ ]
155
+ },
156
+ "observation.cartesian_position": {
157
+ "dtype": "float32",
158
+ "shape": [
159
+ 7
160
+ ],
161
+ "names": [
162
+ "cartesian_position_0",
163
+ "cartesian_position_1",
164
+ "cartesian_position_2",
165
+ "cartesian_position_3",
166
+ "cartesian_position_4",
167
+ "cartesian_position_5",
168
+ "cartesian_position_6"
169
+ ]
170
+ },
171
+ "observation.gripper_position": {
172
+ "dtype": "float32",
173
+ "shape": [
174
+ 1
175
+ ],
176
+ "names": [
177
+ "gripper_position_0"
178
+ ]
179
+ },
180
+ "observation.images.wrist_left": {
181
+ "dtype": "video",
182
+ "shape": [
183
+ 720,
184
+ 1280,
185
+ 3
186
+ ],
187
+ "info": {
188
+ "video.height": 720,
189
+ "video.width": 1280,
190
+ "video.codec": "av1",
191
+ "video.pix_fmt": "yuv420p",
192
+ "video.is_depth_map": false,
193
+ "video.fps": 10,
194
+ "video.channels": 3,
195
+ "has_audio": false
196
+ }
197
+ },
198
+ "timestamp": {
199
+ "dtype": "float32",
200
+ "shape": [
201
+ 1
202
+ ],
203
+ "names": null
204
+ },
205
+ "frame_index": {
206
+ "dtype": "int64",
207
+ "shape": [
208
+ 1
209
+ ],
210
+ "names": null
211
+ },
212
+ "episode_index": {
213
+ "dtype": "int64",
214
+ "shape": [
215
+ 1
216
+ ],
217
+ "names": null
218
+ },
219
+ "index": {
220
+ "dtype": "int64",
221
+ "shape": [
222
+ 1
223
+ ],
224
+ "names": null
225
+ },
226
+ "task_index": {
227
+ "dtype": "int64",
228
+ "shape": [
229
+ 1
230
+ ],
231
+ "names": null
232
+ }
233
+ }
234
+ }
235
+ ```
236
+
237
+
238
+ ## Citation
239
+
240
+ **BibTeX:**
241
+
242
+ ```bibtex
243
+ [More Information Needed]
244
+ ```