Update run_demo.sh

chiebot
Jiaming Sun 4 years ago committed by GitHub
parent 08d95a42d4
commit 8171fb5744
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      demo/run_demo.sh

@ -21,7 +21,7 @@ model_ckpt=../weights/indoor_ds.ckpt
# export CUDA_VISIBLE_DEVICES=0
echo "Running LoFTR demo.."
eval "$(conda shell.zsh hook)"
eval "$(conda shell.bash hook)"
conda activate loftr
python demo_loftr.py --weight $model_ckpt --input $input
# To save the input video and output match visualizations.

Loading…
Cancel
Save