Upload README.md with huggingface_hub
Browse files
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": "so_follower",
|
| 36 |
-
"total_episodes":
|
| 37 |
-
"total_frames":
|
| 38 |
-
"total_tasks":
|
| 39 |
"chunks_size": 1000,
|
| 40 |
"data_files_size_in_mb": 100,
|
| 41 |
"video_files_size_in_mb": 200,
|
| 42 |
"fps": 30,
|
| 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": {
|
|
@@ -83,7 +85,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 83 |
"height",
|
| 84 |
"width",
|
| 85 |
"channels"
|
| 86 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
},
|
| 88 |
"observation.images.gripper": {
|
| 89 |
"dtype": "video",
|
|
@@ -96,7 +108,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 96 |
"height",
|
| 97 |
"width",
|
| 98 |
"channels"
|
| 99 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 100 |
},
|
| 101 |
"timestamp": {
|
| 102 |
"dtype": "float32",
|
|
|
|
| 33 |
{
|
| 34 |
"codebase_version": "v3.0",
|
| 35 |
"robot_type": "so_follower",
|
| 36 |
+
"total_episodes": 6,
|
| 37 |
+
"total_frames": 6509,
|
| 38 |
+
"total_tasks": 1,
|
| 39 |
"chunks_size": 1000,
|
| 40 |
"data_files_size_in_mb": 100,
|
| 41 |
"video_files_size_in_mb": 200,
|
| 42 |
"fps": 30,
|
| 43 |
+
"splits": {
|
| 44 |
+
"train": "0:6"
|
| 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": {
|
|
|
|
| 85 |
"height",
|
| 86 |
"width",
|
| 87 |
"channels"
|
| 88 |
+
],
|
| 89 |
+
"info": {
|
| 90 |
+
"video.height": 720,
|
| 91 |
+
"video.width": 1280,
|
| 92 |
+
"video.codec": "av1",
|
| 93 |
+
"video.pix_fmt": "yuv420p",
|
| 94 |
+
"video.is_depth_map": false,
|
| 95 |
+
"video.fps": 30,
|
| 96 |
+
"video.channels": 3,
|
| 97 |
+
"has_audio": false
|
| 98 |
+
}
|
| 99 |
},
|
| 100 |
"observation.images.gripper": {
|
| 101 |
"dtype": "video",
|
|
|
|
| 108 |
"height",
|
| 109 |
"width",
|
| 110 |
"channels"
|
| 111 |
+
],
|
| 112 |
+
"info": {
|
| 113 |
+
"video.height": 720,
|
| 114 |
+
"video.width": 1280,
|
| 115 |
+
"video.codec": "av1",
|
| 116 |
+
"video.pix_fmt": "yuv420p",
|
| 117 |
+
"video.is_depth_map": false,
|
| 118 |
+
"video.fps": 30,
|
| 119 |
+
"video.channels": 3,
|
| 120 |
+
"has_audio": false
|
| 121 |
+
}
|
| 122 |
},
|
| 123 |
"timestamp": {
|
| 124 |
"dtype": "float32",
|