Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 486 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 486 Bytes

IMLoc

Image matching-based localization approaches.

Note: This project is still under development.

Supporting methods

  • SIFT
  • D2Net
  • SuperPoint
  • XFeat

Usage

python main.py --method sift --query_path ./data/oxford/images/oxford_002.jpg --db_path ./data/oxford/images/oxford_001.jpg

Acknowledgement

This project is based on the following repositories: