Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -2,16 +2,27 @@
|
|
2 |
license: mit
|
3 |
task_categories:
|
4 |
- robotics
|
5 |
-
configs:
|
6 |
-
- config_name: default
|
7 |
-
data_files: data/*/*.parquet
|
8 |
tags:
|
9 |
- LeRobot
|
10 |
- koch
|
|
|
|
|
|
|
11 |
---
|
|
|
12 |
This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
```json
|
16 |
{
|
17 |
"codebase_version": "v2.0",
|
@@ -64,13 +75,13 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
64 |
"observation.images.laptop": {
|
65 |
"dtype": "video",
|
66 |
"shape": [
|
67 |
-
640,
|
68 |
480,
|
|
|
69 |
3
|
70 |
],
|
71 |
"names": [
|
72 |
-
"width",
|
73 |
"height",
|
|
|
74 |
"channel"
|
75 |
],
|
76 |
"video_info": {
|
@@ -84,13 +95,13 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
84 |
"observation.images.phone": {
|
85 |
"dtype": "video",
|
86 |
"shape": [
|
87 |
-
640,
|
88 |
480,
|
|
|
89 |
3
|
90 |
],
|
91 |
"names": [
|
92 |
-
"width",
|
93 |
"height",
|
|
|
94 |
"channel"
|
95 |
],
|
96 |
"video_info": {
|
@@ -145,4 +156,13 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
145 |
}
|
146 |
}
|
147 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
148 |
```
|
|
|
2 |
license: mit
|
3 |
task_categories:
|
4 |
- robotics
|
|
|
|
|
|
|
5 |
tags:
|
6 |
- LeRobot
|
7 |
- koch
|
8 |
+
configs:
|
9 |
+
- config_name: default
|
10 |
+
data_files: data/*/*.parquet
|
11 |
---
|
12 |
+
|
13 |
This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
|
14 |
|
15 |
+
## Dataset Description
|
16 |
+
|
17 |
+
|
18 |
+
|
19 |
+
- **Homepage:** [More Information Needed]
|
20 |
+
- **Paper [optional]:** [More Information Needed]
|
21 |
+
- **License:** mit
|
22 |
+
|
23 |
+
## Dataset Structure
|
24 |
+
|
25 |
+
[meta/info.json](meta/info.json):
|
26 |
```json
|
27 |
{
|
28 |
"codebase_version": "v2.0",
|
|
|
75 |
"observation.images.laptop": {
|
76 |
"dtype": "video",
|
77 |
"shape": [
|
|
|
78 |
480,
|
79 |
+
640,
|
80 |
3
|
81 |
],
|
82 |
"names": [
|
|
|
83 |
"height",
|
84 |
+
"width",
|
85 |
"channel"
|
86 |
],
|
87 |
"video_info": {
|
|
|
95 |
"observation.images.phone": {
|
96 |
"dtype": "video",
|
97 |
"shape": [
|
|
|
98 |
480,
|
99 |
+
640,
|
100 |
3
|
101 |
],
|
102 |
"names": [
|
|
|
103 |
"height",
|
104 |
+
"width",
|
105 |
"channel"
|
106 |
],
|
107 |
"video_info": {
|
|
|
156 |
}
|
157 |
}
|
158 |
}
|
159 |
+
```
|
160 |
+
|
161 |
+
|
162 |
+
## Citation [optional]
|
163 |
+
|
164 |
+
**BibTeX:**
|
165 |
+
|
166 |
+
```bibtex
|
167 |
+
[More Information Needed]
|
168 |
```
|