Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -29,20 +29,20 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 29 |
[meta/info.json](meta/info.json):
|
| 30 |
```json
|
| 31 |
{
|
| 32 |
-
"codebase_version": "
|
| 33 |
"robot_type": "xarm",
|
| 34 |
"total_episodes": 150,
|
| 35 |
"total_frames": 3970,
|
| 36 |
"total_tasks": 8,
|
| 37 |
-
"total_videos": 150,
|
| 38 |
-
"total_chunks": 1,
|
| 39 |
"chunks_size": 1000,
|
|
|
|
|
|
|
| 40 |
"fps": 2,
|
| 41 |
"splits": {
|
| 42 |
"train": "0:150"
|
| 43 |
},
|
| 44 |
-
"data_path": "data/chunk-{
|
| 45 |
-
"video_path": "videos/chunk-{
|
| 46 |
"features": {
|
| 47 |
"observation.images.image": {
|
| 48 |
"dtype": "video",
|
|
@@ -57,13 +57,13 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 57 |
"rgb"
|
| 58 |
],
|
| 59 |
"info": {
|
| 60 |
-
"video.fps": 2.0,
|
| 61 |
"video.height": 480,
|
| 62 |
"video.width": 640,
|
| 63 |
-
"video.channels": 3,
|
| 64 |
"video.codec": "av1",
|
| 65 |
"video.pix_fmt": "yuv420p",
|
| 66 |
"video.is_depth_map": false,
|
|
|
|
|
|
|
| 67 |
"has_audio": false
|
| 68 |
}
|
| 69 |
},
|
|
@@ -81,7 +81,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 81 |
"motor_4",
|
| 82 |
"motor_5",
|
| 83 |
"motor_6",
|
| 84 |
-
"
|
| 85 |
]
|
| 86 |
}
|
| 87 |
},
|
|
|
|
| 29 |
[meta/info.json](meta/info.json):
|
| 30 |
```json
|
| 31 |
{
|
| 32 |
+
"codebase_version": "v3.0",
|
| 33 |
"robot_type": "xarm",
|
| 34 |
"total_episodes": 150,
|
| 35 |
"total_frames": 3970,
|
| 36 |
"total_tasks": 8,
|
|
|
|
|
|
|
| 37 |
"chunks_size": 1000,
|
| 38 |
+
"data_files_size_in_mb": 100,
|
| 39 |
+
"video_files_size_in_mb": 200,
|
| 40 |
"fps": 2,
|
| 41 |
"splits": {
|
| 42 |
"train": "0:150"
|
| 43 |
},
|
| 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": {
|
| 47 |
"observation.images.image": {
|
| 48 |
"dtype": "video",
|
|
|
|
| 57 |
"rgb"
|
| 58 |
],
|
| 59 |
"info": {
|
|
|
|
| 60 |
"video.height": 480,
|
| 61 |
"video.width": 640,
|
|
|
|
| 62 |
"video.codec": "av1",
|
| 63 |
"video.pix_fmt": "yuv420p",
|
| 64 |
"video.is_depth_map": false,
|
| 65 |
+
"video.fps": 2,
|
| 66 |
+
"video.channels": 3,
|
| 67 |
"has_audio": false
|
| 68 |
}
|
| 69 |
},
|
|
|
|
| 81 |
"motor_4",
|
| 82 |
"motor_5",
|
| 83 |
"motor_6",
|
| 84 |
+
"pad"
|
| 85 |
]
|
| 86 |
}
|
| 87 |
},
|