mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-14 08:09:45 +00:00
10 lines
372 B
Bash
10 lines
372 B
Bash
# python examples/dataset/annotate.py \
|
|
# --repo-id lerobot/svla_so101_pickplace \
|
|
# --video-key observation.images.side \
|
|
# --model Qwen/Qwen3-VL-30B-A3B-Instruct \
|
|
|
|
python examples/dataset/annotate.py \
|
|
--repo-id lerobot/svla_so101_pickplace \
|
|
--video-key observation.images.side \
|
|
--model Qwen/Qwen3-VL-30B-A3B-Instruct \
|
|
--episodes 3 5 7 44 |