Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -26,15 +26,15 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
26 |
{
|
27 |
"codebase_version": "v2.0",
|
28 |
"robot_type": "so100",
|
29 |
-
"total_episodes":
|
30 |
-
"total_frames":
|
31 |
"total_tasks": 1,
|
32 |
-
"total_videos":
|
33 |
"total_chunks": 1,
|
34 |
"chunks_size": 1000,
|
35 |
"fps": 30,
|
36 |
"splits": {
|
37 |
-
"train": "0:
|
38 |
},
|
39 |
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
40 |
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
@@ -90,6 +90,29 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
90 |
"has_audio": false
|
91 |
}
|
92 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
"timestamp": {
|
94 |
"dtype": "float32",
|
95 |
"shape": [
|
|
|
26 |
{
|
27 |
"codebase_version": "v2.0",
|
28 |
"robot_type": "so100",
|
29 |
+
"total_episodes": 6,
|
30 |
+
"total_frames": 2045,
|
31 |
"total_tasks": 1,
|
32 |
+
"total_videos": 12,
|
33 |
"total_chunks": 1,
|
34 |
"chunks_size": 1000,
|
35 |
"fps": 30,
|
36 |
"splits": {
|
37 |
+
"train": "0:6"
|
38 |
},
|
39 |
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
40 |
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
|
|
90 |
"has_audio": false
|
91 |
}
|
92 |
},
|
93 |
+
"observation.images.side": {
|
94 |
+
"dtype": "video",
|
95 |
+
"shape": [
|
96 |
+
480,
|
97 |
+
640,
|
98 |
+
3
|
99 |
+
],
|
100 |
+
"names": [
|
101 |
+
"height",
|
102 |
+
"width",
|
103 |
+
"channels"
|
104 |
+
],
|
105 |
+
"info": {
|
106 |
+
"video.fps": 30.0,
|
107 |
+
"video.height": 480,
|
108 |
+
"video.width": 640,
|
109 |
+
"video.channels": 3,
|
110 |
+
"video.codec": "av1",
|
111 |
+
"video.pix_fmt": "yuv420p",
|
112 |
+
"video.is_depth_map": false,
|
113 |
+
"has_audio": false
|
114 |
+
}
|
115 |
+
},
|
116 |
"timestamp": {
|
117 |
"dtype": "float32",
|
118 |
"shape": [
|