add version convert collections (#63)

* v20 to v21

* v21 to v20

* v21 to v30

* v16 to v20

* update dataset version convert readme

* update readme
This commit is contained in:
Qizhi Chen
2025-10-04 16:49:19 +08:00
committed by GitHub
parent 245465975f
commit c5d1312a2b
12 changed files with 1392 additions and 295 deletions
+15
View File
@@ -0,0 +1,15 @@
# LeRobot Dataset v21 to v30
## Get started
1. Install v3.0 lerobot
```bash
git clone https://github.com/huggingface/lerobot.git
pip install -e .
```
2. Run the converter:
```bash
python convert_dataset_v21_to_v30.py \
--repo-id=your_id
```