nkim7 commited on
Commit
7dad5cf
·
verified ·
1 Parent(s): a09f650

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +210 -0
README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=robot-learning-group47/eval1_hardheavy_diff30x3_boost55_h264">
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
+ "fps": 15,
36
+ "features": {
37
+ "action": {
38
+ "dtype": "float32",
39
+ "names": [
40
+ "shoulder_pan.pos",
41
+ "shoulder_lift.pos",
42
+ "elbow_flex.pos",
43
+ "wrist_flex.pos",
44
+ "wrist_roll.pos",
45
+ "gripper.pos"
46
+ ],
47
+ "shape": [
48
+ 6
49
+ ]
50
+ },
51
+ "observation.state": {
52
+ "dtype": "float32",
53
+ "names": [
54
+ "shoulder_pan.pos",
55
+ "shoulder_lift.pos",
56
+ "elbow_flex.pos",
57
+ "wrist_flex.pos",
58
+ "wrist_roll.pos",
59
+ "gripper.pos"
60
+ ],
61
+ "shape": [
62
+ 6
63
+ ]
64
+ },
65
+ "timestamp": {
66
+ "dtype": "float32",
67
+ "shape": [
68
+ 1
69
+ ],
70
+ "names": null
71
+ },
72
+ "frame_index": {
73
+ "dtype": "int64",
74
+ "shape": [
75
+ 1
76
+ ],
77
+ "names": null
78
+ },
79
+ "episode_index": {
80
+ "dtype": "int64",
81
+ "shape": [
82
+ 1
83
+ ],
84
+ "names": null
85
+ },
86
+ "index": {
87
+ "dtype": "int64",
88
+ "shape": [
89
+ 1
90
+ ],
91
+ "names": null
92
+ },
93
+ "task_index": {
94
+ "dtype": "int64",
95
+ "shape": [
96
+ 1
97
+ ],
98
+ "names": null
99
+ },
100
+ "observation.images.camera1": {
101
+ "dtype": "video",
102
+ "shape": [
103
+ 480,
104
+ 640,
105
+ 3
106
+ ],
107
+ "names": [
108
+ "height",
109
+ "width",
110
+ "channels"
111
+ ],
112
+ "info": {
113
+ "video.height": 480,
114
+ "video.width": 640,
115
+ "video.codec": "h264",
116
+ "video.pix_fmt": "yuv420p",
117
+ "video.is_depth_map": false,
118
+ "video.fps": 15,
119
+ "video.channels": 3,
120
+ "has_audio": false,
121
+ "video.fast_decode": null,
122
+ "video.preset": null,
123
+ "video.video_backend": "pyav",
124
+ "video.crf": null,
125
+ "video.extra_options": null,
126
+ "video.g": null
127
+ }
128
+ },
129
+ "observation.images.camera2": {
130
+ "dtype": "video",
131
+ "shape": [
132
+ 480,
133
+ 640,
134
+ 3
135
+ ],
136
+ "names": [
137
+ "height",
138
+ "width",
139
+ "channels"
140
+ ],
141
+ "info": {
142
+ "video.height": 480,
143
+ "video.width": 640,
144
+ "video.codec": "h264",
145
+ "video.pix_fmt": "yuv420p",
146
+ "video.is_depth_map": false,
147
+ "video.fps": 15,
148
+ "video.channels": 3,
149
+ "has_audio": false,
150
+ "video.fast_decode": null,
151
+ "video.preset": null,
152
+ "video.video_backend": "pyav",
153
+ "video.crf": null,
154
+ "video.extra_options": null,
155
+ "video.g": null
156
+ }
157
+ },
158
+ "observation.images.camera3": {
159
+ "dtype": "video",
160
+ "shape": [
161
+ 480,
162
+ 640,
163
+ 3
164
+ ],
165
+ "names": [
166
+ "height",
167
+ "width",
168
+ "channels"
169
+ ],
170
+ "info": {
171
+ "video.height": 480,
172
+ "video.width": 640,
173
+ "video.codec": "h264",
174
+ "video.pix_fmt": "yuv420p",
175
+ "video.is_depth_map": false,
176
+ "video.fps": 15,
177
+ "video.channels": 3,
178
+ "has_audio": false,
179
+ "video.fast_decode": null,
180
+ "video.preset": null,
181
+ "video.video_backend": "pyav",
182
+ "video.crf": null,
183
+ "video.extra_options": null,
184
+ "video.g": null
185
+ }
186
+ }
187
+ },
188
+ "total_episodes": 145,
189
+ "total_frames": 27710,
190
+ "total_tasks": 3,
191
+ "chunks_size": 1000,
192
+ "data_files_size_in_mb": 100,
193
+ "video_files_size_in_mb": 200,
194
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
195
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
196
+ "robot_type": "so_follower",
197
+ "splits": {
198
+ "train": "0:145"
199
+ }
200
+ }
201
+ ```
202
+
203
+
204
+ ## Citation
205
+
206
+ **BibTeX:**
207
+
208
+ ```bibtex
209
+ [More Information Needed]
210
+ ```