From 08d95a42d42fc568d68b52289b6a47b295e4aeb2 Mon Sep 17 00:00:00 2001 From: Jiaming Sun Date: Wed, 14 Apr 2021 02:00:42 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ab307b..d48975a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@
> LoFTR: Detector-Free Local Feature Matching with Transformers -> [Jiaming Sun](https://jiamingsun.ml)\*, [Zehong Shen](https://zehongs.github.io/)\*, [Yu'ang Wang](https://github.com/angshine)\*, [Hujun Bao](http://www.cad.zju.edu.cn/bao/), [Xiaowei Zhou](http://www.cad.zju.edu.cn/home/xzhou/) +> [Jiaming Sun](https://jiamingsun.ml)\*, [Zehong Shen](https://zehongs.github.io/)\*, [Yu'ang Wang](https://github.com/angshine)\*, [Hujun Bao](http://www.cad.zju.edu.cn/home/bao/), [Xiaowei Zhou](http://www.cad.zju.edu.cn/home/xzhou/) > CVPR 2021 ![demo_vid](assets/loftr-github-demo.gif) @@ -107,7 +107,7 @@ cd demo # 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.