Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -27,15 +27,15 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
27 |
{
|
28 |
"codebase_version": "v2.0",
|
29 |
"robot_type": "koch",
|
30 |
-
"total_episodes":
|
31 |
-
"total_frames":
|
32 |
"total_tasks": 1,
|
33 |
-
"total_videos":
|
34 |
"total_chunks": 1,
|
35 |
"chunks_size": 1000,
|
36 |
"fps": 30,
|
37 |
"splits": {
|
38 |
-
"train": "0:
|
39 |
},
|
40 |
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
41 |
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
@@ -83,7 +83,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
83 |
"video.height": 360,
|
84 |
"video.width": 640,
|
85 |
"video.channels": 3,
|
86 |
-
"video.codec": "
|
87 |
"video.pix_fmt": "yuv420p",
|
88 |
"video.is_depth_map": false,
|
89 |
"has_audio": false
|
@@ -106,7 +106,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
106 |
"video.height": 480,
|
107 |
"video.width": 640,
|
108 |
"video.channels": 3,
|
109 |
-
"video.codec": "
|
110 |
"video.pix_fmt": "yuv420p",
|
111 |
"video.is_depth_map": false,
|
112 |
"has_audio": false
|
|
|
27 |
{
|
28 |
"codebase_version": "v2.0",
|
29 |
"robot_type": "koch",
|
30 |
+
"total_episodes": 2,
|
31 |
+
"total_frames": 268,
|
32 |
"total_tasks": 1,
|
33 |
+
"total_videos": 4,
|
34 |
"total_chunks": 1,
|
35 |
"chunks_size": 1000,
|
36 |
"fps": 30,
|
37 |
"splits": {
|
38 |
+
"train": "0:2"
|
39 |
},
|
40 |
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
41 |
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
|
|
83 |
"video.height": 360,
|
84 |
"video.width": 640,
|
85 |
"video.channels": 3,
|
86 |
+
"video.codec": "h264",
|
87 |
"video.pix_fmt": "yuv420p",
|
88 |
"video.is_depth_map": false,
|
89 |
"has_audio": false
|
|
|
106 |
"video.height": 480,
|
107 |
"video.width": 640,
|
108 |
"video.channels": 3,
|
109 |
+
"video.codec": "h264",
|
110 |
"video.pix_fmt": "yuv420p",
|
111 |
"video.is_depth_map": false,
|
112 |
"has_audio": false
|