From b4ee7eb0359d0062e794c99f73e27639d7c7ac9f Mon Sep 17 00:00:00 2001 From: Zehong Date: Thu, 24 Nov 2022 13:41:55 +0800 Subject: [PATCH] Add FAQ on undistorted images --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a1746050..a31d0b97 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,11 @@ Discussions about the paper are welcomed in the [discussion panel](https://github.com/zju3dv/LoFTR/discussions). +:thinking: **FAQ** + +1. Undistorted images from D2Net are not available anymore. + For a temporal alternative, please use the undistorted images provided by the MegaDepth_v1 (should be downloaded along with the required depth files). We numerically compared these images and only found very subtle difference. + :triangular_flag_on_post: **Updates** - Check out [QuadTreeAttention](https://github.com/Tangshitao/QuadTreeAttention), a new attention machanism that improves the efficiency and performance of LoFTR with less demanding GPU requirements for training. - :white_check_mark: Integrated to [Huggingface Spaces](https://huggingface.co/spaces) with [Gradio](https://github.com/gradio-app/gradio). See [Gradio Web Demo](https://huggingface.co/spaces/akhaliq/Kornia-LoFTR)