feat: v3.0 to v2.1 (#68)

* feat: v2.1 to v2.0

* [DEV] update to filter new 3.0 fields

* feat: v21tov20 with filters and v30tov21

* fix: gemini-code-assist comments

* remove: global stat copy

* fix: rename root to output-path

* feat: v3.0->v2.1 fields filter

* align v30_to_v21 logic to v21_to_v30

* delete v21_to_v20 logic for this PR

* remove unused code

* update readme

---------

Co-authored-by: Tavish <tavish9.chen@gmail.com>
This commit is contained in:
Yihao Liu
2025-11-26 20:28:56 -08:00
committed by GitHub
parent 940120d7ed
commit 01d1df3920
3 changed files with 507 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
# LeRobot Dataset v30 to v21
## 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_v30_to_v21.py \
--repo-id=your_id \
--root=your_local_dir
```