Inhasw commited on
Commit
6e330fa
·
verified ·
1 Parent(s): 4cdf805

Upload README.md with huggingface_hub

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