Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
---
|
2 |
task_categories:
|
3 |
- robotics
|
|
|
|
|
|
|
4 |
tags:
|
5 |
- LeRobot
|
6 |
- koch
|
@@ -63,7 +66,27 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
63 |
"width",
|
64 |
"height",
|
65 |
"channel"
|
66 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
},
|
68 |
"observation.images.phone": {
|
69 |
"dtype": "video",
|
@@ -76,7 +99,27 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
76 |
"width",
|
77 |
"height",
|
78 |
"channel"
|
79 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
},
|
81 |
"episode_index": {
|
82 |
"dtype": "int64",
|
|
|
1 |
---
|
2 |
task_categories:
|
3 |
- robotics
|
4 |
+
configs:
|
5 |
+
- config_name: default
|
6 |
+
data_files: data/*/*.parquet
|
7 |
tags:
|
8 |
- LeRobot
|
9 |
- koch
|
|
|
66 |
"width",
|
67 |
"height",
|
68 |
"channel"
|
69 |
+
],
|
70 |
+
"video_path": {
|
71 |
+
"video.fps": 30.0,
|
72 |
+
"video.width": 640,
|
73 |
+
"video.height": 480,
|
74 |
+
"video.channels": 3,
|
75 |
+
"video.codec": "av1",
|
76 |
+
"video.pix_fmt": "yuv420p",
|
77 |
+
"video.is_depth_map": false,
|
78 |
+
"has_audio": false
|
79 |
+
},
|
80 |
+
"video_info": {
|
81 |
+
"video.fps": 30.0,
|
82 |
+
"video.width": 640,
|
83 |
+
"video.height": 480,
|
84 |
+
"video.channels": 3,
|
85 |
+
"video.codec": "av1",
|
86 |
+
"video.pix_fmt": "yuv420p",
|
87 |
+
"video.is_depth_map": false,
|
88 |
+
"has_audio": false
|
89 |
+
}
|
90 |
},
|
91 |
"observation.images.phone": {
|
92 |
"dtype": "video",
|
|
|
99 |
"width",
|
100 |
"height",
|
101 |
"channel"
|
102 |
+
],
|
103 |
+
"video_path": {
|
104 |
+
"video.fps": 30.0,
|
105 |
+
"video.width": 640,
|
106 |
+
"video.height": 480,
|
107 |
+
"video.channels": 3,
|
108 |
+
"video.codec": "av1",
|
109 |
+
"video.pix_fmt": "yuv420p",
|
110 |
+
"video.is_depth_map": false,
|
111 |
+
"has_audio": false
|
112 |
+
},
|
113 |
+
"video_info": {
|
114 |
+
"video.fps": 30.0,
|
115 |
+
"video.width": 640,
|
116 |
+
"video.height": 480,
|
117 |
+
"video.channels": 3,
|
118 |
+
"video.codec": "av1",
|
119 |
+
"video.pix_fmt": "yuv420p",
|
120 |
+
"video.is_depth_map": false,
|
121 |
+
"has_audio": false
|
122 |
+
}
|
123 |
},
|
124 |
"episode_index": {
|
125 |
"dtype": "int64",
|