mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-16 17:20:05 +00:00
11 lines
385 B
Bash
11 lines
385 B
Bash
python examples/dataset/annotate.py \
|
|
--repo-id jadechoghari/collect-data \
|
|
--video-key observation.images.base \
|
|
--model Qwen/Qwen3-VL-30B-A3B-Instruct \
|
|
--episodes 16 22
|
|
|
|
# python examples/dataset/annotate.py \
|
|
# --repo-id lerobot/svla_so101_pickplace \
|
|
# --video-key observation.images.side \
|
|
# --model Qwen/Qwen3-VL-30B-A3B-Instruct \
|
|
# --episodes 5 |