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": "so100",
|
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",
|
@@ -94,8 +94,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
94 |
"observation.images.hikvision": {
|
95 |
"dtype": "video",
|
96 |
"shape": [
|
97 |
-
|
98 |
-
|
99 |
3
|
100 |
],
|
101 |
"names": [
|
@@ -105,8 +105,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
105 |
],
|
106 |
"info": {
|
107 |
"video.fps": 30.0,
|
108 |
-
"video.height":
|
109 |
-
"video.width":
|
110 |
"video.channels": 3,
|
111 |
"video.codec": "av1",
|
112 |
"video.pix_fmt": "yuv420p",
|
|
|
27 |
{
|
28 |
"codebase_version": "v2.0",
|
29 |
"robot_type": "so100",
|
30 |
+
"total_episodes": 2,
|
31 |
+
"total_frames": 848,
|
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",
|
|
|
94 |
"observation.images.hikvision": {
|
95 |
"dtype": "video",
|
96 |
"shape": [
|
97 |
+
720,
|
98 |
+
1280,
|
99 |
3
|
100 |
],
|
101 |
"names": [
|
|
|
105 |
],
|
106 |
"info": {
|
107 |
"video.fps": 30.0,
|
108 |
+
"video.height": 720,
|
109 |
+
"video.width": 1280,
|
110 |
"video.channels": 3,
|
111 |
"video.codec": "av1",
|
112 |
"video.pix_fmt": "yuv420p",
|