Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -26,20 +26,18 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 26 |
{
|
| 27 |
"codebase_version": "v3.0",
|
| 28 |
"robot_type": "so100_follower",
|
| 29 |
-
"total_episodes":
|
| 30 |
-
"total_frames":
|
| 31 |
"total_tasks": 1,
|
| 32 |
"chunks_size": 1000,
|
| 33 |
"data_files_size_in_mb": 100,
|
| 34 |
"video_files_size_in_mb": 500,
|
| 35 |
-
"audio_files_size_in_mb": 100,
|
| 36 |
"fps": 30,
|
| 37 |
"splits": {
|
| 38 |
-
"train": "0:
|
| 39 |
},
|
| 40 |
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
| 41 |
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 42 |
-
"audio_path": "audio/{audio_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.m4a",
|
| 43 |
"features": {
|
| 44 |
"action": {
|
| 45 |
"dtype": "float32",
|
|
@@ -88,26 +86,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 88 |
"video.pix_fmt": "yuv420p",
|
| 89 |
"video.is_depth_map": false,
|
| 90 |
"video.fps": 30,
|
| 91 |
-
"video.channels": 3
|
| 92 |
-
|
| 93 |
-
},
|
| 94 |
-
"observation.audio.front_mic": {
|
| 95 |
-
"dtype": "audio",
|
| 96 |
-
"names": [
|
| 97 |
-
"channels"
|
| 98 |
-
],
|
| 99 |
-
"shape": [
|
| 100 |
-
1
|
| 101 |
-
],
|
| 102 |
-
"info": {
|
| 103 |
-
"audio.channels": 1,
|
| 104 |
-
"audio.codec": "aac",
|
| 105 |
-
"audio.bit_rate": 54440,
|
| 106 |
-
"audio.sample_rate": 16000,
|
| 107 |
-
"audio.bit_depth": 32,
|
| 108 |
-
"audio.channel_layout": "mono",
|
| 109 |
-
"has_audio": true,
|
| 110 |
-
"start_time_s": 0.0
|
| 111 |
}
|
| 112 |
},
|
| 113 |
"timestamp": {
|
|
|
|
| 26 |
{
|
| 27 |
"codebase_version": "v3.0",
|
| 28 |
"robot_type": "so100_follower",
|
| 29 |
+
"total_episodes": 3,
|
| 30 |
+
"total_frames": 1027,
|
| 31 |
"total_tasks": 1,
|
| 32 |
"chunks_size": 1000,
|
| 33 |
"data_files_size_in_mb": 100,
|
| 34 |
"video_files_size_in_mb": 500,
|
|
|
|
| 35 |
"fps": 30,
|
| 36 |
"splits": {
|
| 37 |
+
"train": "0:3"
|
| 38 |
},
|
| 39 |
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
| 40 |
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
|
|
|
| 41 |
"features": {
|
| 42 |
"action": {
|
| 43 |
"dtype": "float32",
|
|
|
|
| 86 |
"video.pix_fmt": "yuv420p",
|
| 87 |
"video.is_depth_map": false,
|
| 88 |
"video.fps": 30,
|
| 89 |
+
"video.channels": 3,
|
| 90 |
+
"has_audio": false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 91 |
}
|
| 92 |
},
|
| 93 |
"timestamp": {
|