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",
|
@@ -71,8 +71,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
71 |
"observation.images.laptop": {
|
72 |
"dtype": "video",
|
73 |
"shape": [
|
74 |
-
|
75 |
-
|
76 |
3
|
77 |
],
|
78 |
"names": [
|
@@ -82,8 +82,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
82 |
],
|
83 |
"info": {
|
84 |
"video.fps": 30.0,
|
85 |
-
"video.height":
|
86 |
-
"video.width":
|
87 |
"video.channels": 3,
|
88 |
"video.codec": "av1",
|
89 |
"video.pix_fmt": "yuv420p",
|
@@ -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": 5,
|
31 |
+
"total_frames": 4042,
|
32 |
"total_tasks": 1,
|
33 |
+
"total_videos": 10,
|
34 |
"total_chunks": 1,
|
35 |
"chunks_size": 1000,
|
36 |
"fps": 30,
|
37 |
"splits": {
|
38 |
+
"train": "0:5"
|
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",
|
|
|
71 |
"observation.images.laptop": {
|
72 |
"dtype": "video",
|
73 |
"shape": [
|
74 |
+
360,
|
75 |
+
640,
|
76 |
3
|
77 |
],
|
78 |
"names": [
|
|
|
82 |
],
|
83 |
"info": {
|
84 |
"video.fps": 30.0,
|
85 |
+
"video.height": 360,
|
86 |
+
"video.width": 640,
|
87 |
"video.channels": 3,
|
88 |
"video.codec": "av1",
|
89 |
"video.pix_fmt": "yuv420p",
|
|
|
94 |
"observation.images.hikvision": {
|
95 |
"dtype": "video",
|
96 |
"shape": [
|
97 |
+
360,
|
98 |
+
640,
|
99 |
3
|
100 |
],
|
101 |
"names": [
|
|
|
105 |
],
|
106 |
"info": {
|
107 |
"video.fps": 30.0,
|
108 |
+
"video.height": 360,
|
109 |
+
"video.width": 640,
|
110 |
"video.channels": 3,
|
111 |
"video.codec": "av1",
|
112 |
"video.pix_fmt": "yuv420p",
|