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