mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-22 03:59:42 +00:00
update
This commit is contained in:
@@ -16,12 +16,12 @@ TEMPERATURE=0.9
|
|||||||
SAMPLE_INTERVAL=5.0 # generate dialogue every 1 second (all episodes processed)
|
SAMPLE_INTERVAL=5.0 # generate dialogue every 1 second (all episodes processed)
|
||||||
|
|
||||||
# Run subtask annotation
|
# Run subtask annotation
|
||||||
python /admin/home/jade_choghari/lerobot/src/lerobot/policies/pi05_full/annotate/subtask_annotate.py \
|
# python /admin/home/jade_choghari/lerobot/src/lerobot/policies/pi05_full/annotate/subtask_annotate.py \
|
||||||
--repo-id "$REPO_ID" \
|
# --repo-id "$REPO_ID" \
|
||||||
--video-key observation.images.image \
|
# --video-key observation.images.image \
|
||||||
--output-dir "$OUTPUT_DIR" \
|
# --output-dir "$OUTPUT_DIR" \
|
||||||
--output-repo-id "jadechoghari/libero-annotate" \
|
# --output-repo-id "jadechoghari/libero-annotate" \
|
||||||
--batch-size "$BATCH_SIZE" \
|
# --batch-size "$BATCH_SIZE" \
|
||||||
# run synthetic data generation (all episodes processed)
|
# run synthetic data generation (all episodes processed)
|
||||||
# python examples/dataset/annotate_pgen.py \
|
# python examples/dataset/annotate_pgen.py \
|
||||||
# --repo-id "$REPO_ID" \
|
# --repo-id "$REPO_ID" \
|
||||||
@@ -40,11 +40,10 @@ python /admin/home/jade_choghari/lerobot/src/lerobot/policies/pi05_full/annotate
|
|||||||
# add --push-to-hub flag
|
# add --push-to-hub flag
|
||||||
|
|
||||||
# efficient batch processing: 4 episodes at once
|
# efficient batch processing: 4 episodes at once
|
||||||
# python examples/dataset/annotate_pgen.py \
|
python /admin/home/jade_choghari/lerobot/src/lerobot/policies/pi05_full/annotate/high_level_annotate.py \
|
||||||
# --repo-id "$REPO_ID" \
|
--repo-id "$REPO_ID" \
|
||||||
# --model "$MODEL" \
|
--output-dir "$OUTPUT_DIR" \
|
||||||
# --output-dir "$OUTPUT_DIR" \
|
--video-mode \
|
||||||
# --video-mode \
|
--video-key observation.images.image \
|
||||||
# --video-key observation.images.up \
|
--video-batch-size "$BATCH_SIZE" \
|
||||||
# --video-batch-size "$BATCH_SIZE" \
|
--sample-interval 5.0
|
||||||
# --sample-interval 1.0
|
|
||||||
|
|||||||
Reference in New Issue
Block a user