Kaz55 commited on
Commit
7358686
·
verified ·
1 Parent(s): ca211ae

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +57 -7
README.md CHANGED
@@ -113,7 +113,23 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
113
  "height",
114
  "width",
115
  "channels"
116
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
117
  },
118
  "observation.images.gelsight1": {
119
  "dtype": "video",
@@ -126,7 +142,23 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
126
  "height",
127
  "width",
128
  "channels"
129
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
130
  },
131
  "observation.images.gelsight2": {
132
  "dtype": "video",
@@ -139,7 +171,23 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
139
  "height",
140
  "width",
141
  "channels"
142
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
143
  },
144
  "timestamp": {
145
  "dtype": "float32",
@@ -177,16 +225,18 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
177
  "names": null
178
  }
179
  },
180
- "total_episodes": 0,
181
- "total_frames": 0,
182
- "total_tasks": 0,
183
  "chunks_size": 1000,
184
  "data_files_size_in_mb": 100,
185
  "video_files_size_in_mb": 200,
186
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
187
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
188
  "robot_type": "dg5f_ur5e",
189
- "splits": {}
 
 
190
  }
191
  ```
192
 
 
113
  "height",
114
  "width",
115
  "channels"
116
+ ],
117
+ "info": {
118
+ "video.height": 480,
119
+ "video.width": 640,
120
+ "video.codec": "av1",
121
+ "video.pix_fmt": "yuv420p",
122
+ "video.is_depth_map": false,
123
+ "video.fps": 30,
124
+ "video.channels": 3,
125
+ "has_audio": false,
126
+ "video.g": 2,
127
+ "video.crf": 30,
128
+ "video.preset": 12,
129
+ "video.fast_decode": 0,
130
+ "video.video_backend": "pyav",
131
+ "video.extra_options": {}
132
+ }
133
  },
134
  "observation.images.gelsight1": {
135
  "dtype": "video",
 
142
  "height",
143
  "width",
144
  "channels"
145
+ ],
146
+ "info": {
147
+ "video.height": 375,
148
+ "video.width": 500,
149
+ "video.codec": "av1",
150
+ "video.pix_fmt": "yuv420p",
151
+ "video.is_depth_map": false,
152
+ "video.fps": 30,
153
+ "video.channels": 3,
154
+ "has_audio": false,
155
+ "video.g": 2,
156
+ "video.crf": 30,
157
+ "video.preset": 12,
158
+ "video.fast_decode": 0,
159
+ "video.video_backend": "pyav",
160
+ "video.extra_options": {}
161
+ }
162
  },
163
  "observation.images.gelsight2": {
164
  "dtype": "video",
 
171
  "height",
172
  "width",
173
  "channels"
174
+ ],
175
+ "info": {
176
+ "video.height": 375,
177
+ "video.width": 500,
178
+ "video.codec": "av1",
179
+ "video.pix_fmt": "yuv420p",
180
+ "video.is_depth_map": false,
181
+ "video.fps": 30,
182
+ "video.channels": 3,
183
+ "has_audio": false,
184
+ "video.g": 2,
185
+ "video.crf": 30,
186
+ "video.preset": 12,
187
+ "video.fast_decode": 0,
188
+ "video.video_backend": "pyav",
189
+ "video.extra_options": {}
190
+ }
191
  },
192
  "timestamp": {
193
  "dtype": "float32",
 
225
  "names": null
226
  }
227
  },
228
+ "total_episodes": 10,
229
+ "total_frames": 4769,
230
+ "total_tasks": 10,
231
  "chunks_size": 1000,
232
  "data_files_size_in_mb": 100,
233
  "video_files_size_in_mb": 200,
234
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
235
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
236
  "robot_type": "dg5f_ur5e",
237
+ "splits": {
238
+ "train": "0:10"
239
+ }
240
  }
241
  ```
242