Demo for image-matching with LoFTR: Detector-Free Local Feature Matching with Transformers
- Python
- pipenv
Install
pipenv shell --python 3.8
pip install -r requirements.txt
Run
python test.py
- Python
- Conda
Install
conda env create -f environment.yaml
conda activate loftr
Run
python test.py
- Docker
Build image
docker build -t loftr_demo .
Run image
docker run --name loftr_demo_run loftr_demo
docker cp loftr_demo_run:/output .
Remove image
docker rm loftr_demo_run
docker image rm loftr_demo