From 8171fb57442cc3e05cd600926fa96f0e53d41c7e Mon Sep 17 00:00:00 2001 From: Jiaming Sun Date: Wed, 14 Apr 2021 02:14:02 +0800 Subject: [PATCH] Update run_demo.sh --- demo/run_demo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/run_demo.sh b/demo/run_demo.sh index c262eefd..a498ace3 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.