HuskyMango commited on
Commit
771bed2
·
verified ·
1 Parent(s): 3782075

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -7
README.md CHANGED
@@ -33,14 +33,16 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
33
  {
34
  "codebase_version": "v3.0",
35
  "robot_type": "single_arm_franka",
36
- "total_episodes": 0,
37
- "total_frames": 0,
38
- "total_tasks": 0,
39
  "chunks_size": 1000,
40
  "data_files_size_in_mb": 100,
41
  "video_files_size_in_mb": 200,
42
  "fps": 20,
43
- "splits": {},
 
 
44
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
45
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
46
  "features": {
@@ -6231,7 +6233,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
6231
  "height",
6232
  "width",
6233
  "channels"
6234
- ]
 
 
 
 
 
 
 
 
 
 
6235
  },
6236
  "observation.images.cam_4_wrist": {
6237
  "dtype": "video",
@@ -6244,7 +6256,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
6244
  "height",
6245
  "width",
6246
  "channels"
6247
- ]
 
 
 
 
 
 
 
 
 
 
6248
  },
6249
  "observation.images.cam_2_scene": {
6250
  "dtype": "video",
@@ -6257,7 +6279,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
6257
  "height",
6258
  "width",
6259
  "channels"
6260
- ]
 
 
 
 
 
 
 
 
 
 
6261
  },
6262
  "timestamp": {
6263
  "dtype": "float32",
 
33
  {
34
  "codebase_version": "v3.0",
35
  "robot_type": "single_arm_franka",
36
+ "total_episodes": 1,
37
+ "total_frames": 1180,
38
+ "total_tasks": 1,
39
  "chunks_size": 1000,
40
  "data_files_size_in_mb": 100,
41
  "video_files_size_in_mb": 200,
42
  "fps": 20,
43
+ "splits": {
44
+ "train": "0:1"
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": {
 
6233
  "height",
6234
  "width",
6235
  "channels"
6236
+ ],
6237
+ "info": {
6238
+ "video.height": 224,
6239
+ "video.width": 224,
6240
+ "video.codec": "h264",
6241
+ "video.pix_fmt": "yuv420p",
6242
+ "video.is_depth_map": false,
6243
+ "video.fps": 20,
6244
+ "video.channels": 3,
6245
+ "has_audio": false
6246
+ }
6247
  },
6248
  "observation.images.cam_4_wrist": {
6249
  "dtype": "video",
 
6256
  "height",
6257
  "width",
6258
  "channels"
6259
+ ],
6260
+ "info": {
6261
+ "video.height": 224,
6262
+ "video.width": 224,
6263
+ "video.codec": "h264",
6264
+ "video.pix_fmt": "yuv420p",
6265
+ "video.is_depth_map": false,
6266
+ "video.fps": 20,
6267
+ "video.channels": 3,
6268
+ "has_audio": false
6269
+ }
6270
  },
6271
  "observation.images.cam_2_scene": {
6272
  "dtype": "video",
 
6279
  "height",
6280
  "width",
6281
  "channels"
6282
+ ],
6283
+ "info": {
6284
+ "video.height": 224,
6285
+ "video.width": 224,
6286
+ "video.codec": "h264",
6287
+ "video.pix_fmt": "yuv420p",
6288
+ "video.is_depth_map": false,
6289
+ "video.fps": 20,
6290
+ "video.channels": 3,
6291
+ "has_audio": false
6292
+ }
6293
  },
6294
  "timestamp": {
6295
  "dtype": "float32",