Skip to content

Commit

Permalink
Update run_demo.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JiamingSuen committed Apr 13, 2021
1 parent 08d95a4 commit 8171fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/run_demo.sh
Expand Up @@ -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.
Expand Down

0 comments on commit 8171fb5

Please sign in to comment.