update openx2lerobot doc

This commit is contained in:
Tavish
2025-04-12 01:00:52 +08:00
parent 6aad65a58b
commit b0ec6e01ce
2 changed files with 7 additions and 10 deletions
+3 -3
View File
@@ -96,10 +96,10 @@ Dataset Structure of `meta/info.json`:
1. Download source code:
```bash
git clone https://github.com/Tavish9/openx2lerobot.git
git clone https://github.com/Tavish9/any4lerobot.git
```
2. Modify path in `convert.sh`:
2. Modify path in `openx2lerobot/convert.sh`:
```bash
python openx_rlds.py \
@@ -113,7 +113,7 @@ Dataset Structure of `meta/info.json`:
3. Execute the script:
```bash
bash convert.sh
cd openx2lerobot && bash convert.sh
```
## Available OpenX_LeRobot Dataset
+4 -7
View File
@@ -1,9 +1,6 @@
export LD_LIBRARY_PATH="/cpfs01/shared/optimal/vla_ptm/miniconda3/envs/vla_next/lib/python3.10/site-packages/nvidia/nvjitlink/lib:${LD_LIBRARY_PATH}"
export LD_LIBRARY_PATH="/cpfs01/shared/optimal/vla_ptm/miniconda3/envs/vla_next/lib/python3.10/site-packages/nvidia/cusparse/lib:${LD_LIBRARY_PATH}"
python openx_rlds.py \
--raw-dir /oss/vla_ptm_hwfile/DATA/fine_tune/kitchen_banana/0.1.0 \
--local-dir /cpfs01/shared/optimal/vla_next/LEROBOT_DATASET/Franka \
--raw-dir /path/to/droid/1.0.0 \
--local-dir /path/to/LEROBOT_DATASET \
--repo-id your_hf_id \
--use-videos
# --push-to-hub
--use-videos \
--push-to-hub