-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathrun_human_inference.sh
More file actions
27 lines (25 loc) · 1 KB
/
run_human_inference.sh
File metadata and controls
27 lines (25 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
python scripts/inference_human_prediction.py \
--config VITRA-VLA/VITRA-VLA-3B \
--image_path ./examples/0002.jpg \
--sample_times 4 \
--save_state_local \
--use_right \
--video_path ./example_human_inf.mp4 \
--mano_path ./weights/mano \
--instruction "Left hand: None. Right hand: Pick up the picture of Michael Jackson." \
# python scripts/inference_human_prediction.py \
# --config VITRA-VLA/VITRA-VLA-3B \
# --image_path ./examples/0001.jpg \
# --sample_times 4 \
# --use_left \
# --video_path ./example_human_inf.mp4 \
# --mano_path ./weights/mano \
# --instruction "Left: Put the trash into the garbage. Right: None." \
# python scripts/inference_human_prediction.py \
# --config VITRA-VLA/VITRA-VLA-3B \
# --image_path ./examples/0003.png \
# --sample_times 4 \
# --use_right \
# --video_path ./example_human_inf.mp4 \
# --mano_path ./weights/mano \
# --instruction "Left hand: None. Right hand: Pick up the metal water cup." \