Hungdd88 commited on
Commit
e16394e
·
verified ·
1 Parent(s): 8c4f4af

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +207 -4
README.md CHANGED
@@ -1,10 +1,213 @@
1
  ---
 
 
 
2
  tags:
3
- - lerobot
4
  - codebase_version:v3.0
 
 
 
5
  ---
6
 
7
- # Dataset: Hungdd88/handover_cube_to_human
8
 
9
- LeRobot dataset for robotic manipulation task.
10
- - Codebase Version: v3.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
  tags:
6
+ - LeRobot
7
  - codebase_version:v3.0
8
+ configs:
9
+ - config_name: default
10
+ data_files: data/*/*.parquet
11
  ---
12
 
13
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
14
 
15
+
16
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=Hungdd88/handover_cube_to_human">
17
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
18
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
19
+ </a>
20
+
21
+
22
+ ## Dataset Description
23
+
24
+
25
+
26
+ - **Homepage:** [More Information Needed]
27
+ - **Paper:** [More Information Needed]
28
+ - **License:** apache-2.0
29
+
30
+ ## Dataset Structure
31
+
32
+ [meta/info.json](meta/info.json):
33
+ ```json
34
+ {
35
+ "codebase_version": "v3.0",
36
+ "fps": 20,
37
+ "features": {
38
+ "observation.images.camera1": {
39
+ "dtype": "video",
40
+ "shape": [
41
+ 224,
42
+ 224,
43
+ 3
44
+ ],
45
+ "names": [
46
+ "height",
47
+ "width",
48
+ "channel"
49
+ ],
50
+ "info": {
51
+ "video.height": 224,
52
+ "video.width": 224,
53
+ "video.codec": "av1",
54
+ "video.pix_fmt": "yuv420p",
55
+ "video.fps": 20,
56
+ "video.channels": 3,
57
+ "has_audio": false,
58
+ "video.g": 2,
59
+ "video.crf": 30,
60
+ "video.preset": 12,
61
+ "video.fast_decode": 0,
62
+ "video.video_backend": "pyav",
63
+ "video.extra_options": {},
64
+ "is_depth_map": false
65
+ }
66
+ },
67
+ "observation.images.camera2": {
68
+ "dtype": "video",
69
+ "shape": [
70
+ 224,
71
+ 224,
72
+ 3
73
+ ],
74
+ "names": [
75
+ "height",
76
+ "width",
77
+ "channel"
78
+ ],
79
+ "info": {
80
+ "video.height": 224,
81
+ "video.width": 224,
82
+ "video.codec": "av1",
83
+ "video.pix_fmt": "yuv420p",
84
+ "video.fps": 20,
85
+ "video.channels": 3,
86
+ "has_audio": false,
87
+ "video.g": 2,
88
+ "video.crf": 30,
89
+ "video.preset": 12,
90
+ "video.fast_decode": 0,
91
+ "video.video_backend": "pyav",
92
+ "video.extra_options": {},
93
+ "is_depth_map": false
94
+ }
95
+ },
96
+ "observation.images.camera3": {
97
+ "dtype": "video",
98
+ "shape": [
99
+ 224,
100
+ 224,
101
+ 3
102
+ ],
103
+ "names": [
104
+ "height",
105
+ "width",
106
+ "channel"
107
+ ],
108
+ "info": {
109
+ "video.height": 224,
110
+ "video.width": 224,
111
+ "video.codec": "av1",
112
+ "video.pix_fmt": "yuv420p",
113
+ "video.fps": 20,
114
+ "video.channels": 3,
115
+ "has_audio": false,
116
+ "video.g": 2,
117
+ "video.crf": 30,
118
+ "video.preset": 12,
119
+ "video.fast_decode": 0,
120
+ "video.video_backend": "pyav",
121
+ "video.extra_options": {},
122
+ "is_depth_map": false
123
+ }
124
+ },
125
+ "observation.state": {
126
+ "dtype": "float32",
127
+ "shape": [
128
+ 7
129
+ ],
130
+ "names": [
131
+ "joint_0",
132
+ "joint_1",
133
+ "joint_2",
134
+ "joint_3",
135
+ "joint_4",
136
+ "joint_5",
137
+ "gripper"
138
+ ]
139
+ },
140
+ "action": {
141
+ "dtype": "float32",
142
+ "shape": [
143
+ 7
144
+ ],
145
+ "names": [
146
+ "dx",
147
+ "dy",
148
+ "dz",
149
+ "droll",
150
+ "dpitch",
151
+ "dyaw",
152
+ "gripper"
153
+ ]
154
+ },
155
+ "timestamp": {
156
+ "dtype": "float32",
157
+ "shape": [
158
+ 1
159
+ ],
160
+ "names": null
161
+ },
162
+ "frame_index": {
163
+ "dtype": "int64",
164
+ "shape": [
165
+ 1
166
+ ],
167
+ "names": null
168
+ },
169
+ "episode_index": {
170
+ "dtype": "int64",
171
+ "shape": [
172
+ 1
173
+ ],
174
+ "names": null
175
+ },
176
+ "index": {
177
+ "dtype": "int64",
178
+ "shape": [
179
+ 1
180
+ ],
181
+ "names": null
182
+ },
183
+ "task_index": {
184
+ "dtype": "int64",
185
+ "shape": [
186
+ 1
187
+ ],
188
+ "names": null
189
+ }
190
+ },
191
+ "total_episodes": 47,
192
+ "total_frames": 6985,
193
+ "total_tasks": 8,
194
+ "chunks_size": 1000,
195
+ "data_files_size_in_mb": 100,
196
+ "video_files_size_in_mb": 200,
197
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
198
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
199
+ "robot_type": null,
200
+ "splits": {
201
+ "train": "0:47"
202
+ }
203
+ }
204
+ ```
205
+
206
+
207
+ ## Citation
208
+
209
+ **BibTeX:**
210
+
211
+ ```bibtex
212
+ [More Information Needed]
213
+ ```