diff --git a/demo/run_demo.sh b/demo/run_demo.sh index c262eef..a498ace 100755 --- a/demo/run_demo.sh +++ b/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.