Spaces:
Running
on
Zero
Running
on
Zero
File size: 465 Bytes
df13f4b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
python inference.py \
--image_dir test/images/boy.png \
--out_dir ./output \
--traj_txt test/trajs/loop2.txt \
--mode 'single_view_txt' \
--center_scale 1. \
--elevation=5 \
--seed 123 \
--d_theta -30 \
--d_phi 45 \
--d_r -.5 \
--ckpt_path ./checkpoints/model.ckpt \
--config configs/inference_pvd_1024.yaml \
--ddim_steps 50 \
--video_length 25 \
--device 'cuda:0' \
--height 576 --width 1024 \
--model_path ./checkpoints/DUSt3R_ViTLarge_BaseDecoder_512_dpt.pth |