Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -25,26 +25,24 @@ configs:
|
|
| 25 |
</div>
|
| 26 |
|
| 27 |
|
| 28 |
-
<a id="Table-of-Contents"></a>
|
| 29 |
# Table of Contents
|
| 30 |
-
- [About the Dataset](#
|
| 31 |
-
- [Dataset Structure](#
|
| 32 |
-
- [Folder hierarchy](#
|
| 33 |
-
- [Details](#
|
| 34 |
- [Download the Dataset](#download-the-dataset)
|
| 35 |
-
- [Get
|
| 36 |
-
- [License
|
| 37 |
|
| 38 |
-
#
|
| 39 |
- This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
| 40 |
- ** hours real world scenarios** across ** ** tasks
|
| 41 |
- **tasks**
|
| 42 |
* ff
|
| 43 |
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
## [Folder hierarchy](#Table-of-Contents)
|
| 48 |
```text
|
| 49 |
dataset_root/
|
| 50 |
├── data/
|
|
@@ -78,7 +76,7 @@ dataset_root/
|
|
| 78 |
|
| 79 |
<a id='Details'></a>
|
| 80 |
## [Details](#Table-of-Contents)
|
| 81 |
-
###
|
| 82 |
the basic struct of the [info.json](#meta/info.json)
|
| 83 |
```json
|
| 84 |
{
|
|
@@ -178,7 +176,7 @@ the basic struct of the [info.json](#meta/info.json)
|
|
| 178 |
}
|
| 179 |
```
|
| 180 |
|
| 181 |
-
###
|
| 182 |
| Field Name | shape | Meaning |
|
| 183 |
|------------|-------------|-------------|
|
| 184 |
| observation.state | [N, 14] |left `[:, :6]`, right `[:, 7:13]`, joint angle<br> left`[:, 6]`, right `[:, 13]` , gripper open range|
|
|
@@ -190,8 +188,7 @@ the basic struct of the [info.json](#meta/info.json)
|
|
| 190 |
| task_index | [N, 1] | Index identifying the task type being performed |
|
| 191 |
|
| 192 |
|
| 193 |
-
|
| 194 |
-
# [Download the Dataset](#Table-of-Contents)
|
| 195 |
### Python Script
|
| 196 |
|
| 197 |
```python
|
|
@@ -240,8 +237,7 @@ hf download OpenDriveLab-org/kai0 \
|
|
| 240 |
--local-dir "/where/you/want/to/save"
|
| 241 |
```
|
| 242 |
|
| 243 |
-
|
| 244 |
-
# [Get Started](#Table-of-Contents)
|
| 245 |
## Load the dataset
|
| 246 |
|
| 247 |
### For LeRobot version < 0.4.0
|
|
@@ -272,8 +268,7 @@ You need to migrate the dataset from v2.1 to v3.0 first. See the official docume
|
|
| 272 |
python -m lerobot.datasets.v30.convert_dataset_v21_to_v30 --repo-id=<HF_USER/DATASET_ID>
|
| 273 |
```
|
| 274 |
<span style="color: red; font-weight: bold; font-size: 24px;">⚠️ !!! 等待信息填充</span>
|
| 275 |
-
|
| 276 |
-
# [License and Citation](#Table-of-Contents)
|
| 277 |
All the data and code within this repo are under [](). Please consider citing our project if it helps your research.
|
| 278 |
|
| 279 |
```BibTeX
|
|
|
|
| 25 |
</div>
|
| 26 |
|
| 27 |
|
|
|
|
| 28 |
# Table of Contents
|
| 29 |
+
- [About the Dataset](#about-the-dataset)
|
| 30 |
+
- [Dataset Structure](#dataset-structure)
|
| 31 |
+
- [Folder hierarchy](#folder-hierarchy)
|
| 32 |
+
- [Details](#details)
|
| 33 |
- [Download the Dataset](#download-the-dataset)
|
| 34 |
+
- [Get Started](#get-started)
|
| 35 |
+
- [License and Citation](#license-and-citation)
|
| 36 |
|
| 37 |
+
# About the Dataset
|
| 38 |
- This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
| 39 |
- ** hours real world scenarios** across ** ** tasks
|
| 40 |
- **tasks**
|
| 41 |
* ff
|
| 42 |
|
| 43 |
+
# Dataset Structure
|
| 44 |
+
|
| 45 |
+
## Folder hierarchy
|
|
|
|
| 46 |
```text
|
| 47 |
dataset_root/
|
| 48 |
├── data/
|
|
|
|
| 76 |
|
| 77 |
<a id='Details'></a>
|
| 78 |
## [Details](#Table-of-Contents)
|
| 79 |
+
### info.json
|
| 80 |
the basic struct of the [info.json](#meta/info.json)
|
| 81 |
```json
|
| 82 |
{
|
|
|
|
| 176 |
}
|
| 177 |
```
|
| 178 |
|
| 179 |
+
### Parquet file format
|
| 180 |
| Field Name | shape | Meaning |
|
| 181 |
|------------|-------------|-------------|
|
| 182 |
| observation.state | [N, 14] |left `[:, :6]`, right `[:, 7:13]`, joint angle<br> left`[:, 6]`, right `[:, 13]` , gripper open range|
|
|
|
|
| 188 |
| task_index | [N, 1] | Index identifying the task type being performed |
|
| 189 |
|
| 190 |
|
| 191 |
+
# Download the Dataset
|
|
|
|
| 192 |
### Python Script
|
| 193 |
|
| 194 |
```python
|
|
|
|
| 237 |
--local-dir "/where/you/want/to/save"
|
| 238 |
```
|
| 239 |
|
| 240 |
+
# Get Started
|
|
|
|
| 241 |
## Load the dataset
|
| 242 |
|
| 243 |
### For LeRobot version < 0.4.0
|
|
|
|
| 268 |
python -m lerobot.datasets.v30.convert_dataset_v21_to_v30 --repo-id=<HF_USER/DATASET_ID>
|
| 269 |
```
|
| 270 |
<span style="color: red; font-weight: bold; font-size: 24px;">⚠️ !!! 等待信息填充</span>
|
| 271 |
+
# License and Citation
|
|
|
|
| 272 |
All the data and code within this repo are under [](). Please consider citing our project if it helps your research.
|
| 273 |
|
| 274 |
```BibTeX
|