ericzzj1989 / BALF

[WACV 2024] BALF: Simple and Efficient Blur Aware Local Feature Detector

Home Page:https://ericzzj1989.github.io/balf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BALF
Simple and Efficient Blur Aware Local Feature Detector

Zhenjun Zhao

WACV 2024

Logo

BALF is able to detect well localized and repeatable keypoints from both sharp and blurred images.


Acknowledgement

The author thanks Peidong Liu and Ben M. Chen for supporting.

Citation

If you find our code or paper useful, please cite

@InProceedings{Zhao_2024_WACV,
    author    = {Zhao, Zhenjun},
    title     = {BALF: Simple and Efficient Blur Aware Local Feature Detector},
    booktitle = {Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV)},
    month     = {January},
    year      = {2024},
    pages     = {3362-3372}
}

ToDo-List

  • Release the training code.
  • Release the testing code.
  • Add installation and usage guidance.
  • Release the Blur-HPatches dataset.
  • Release the model checkpoint.

Contact

Contact Zhenjun Zhao for questions, comments and reporting bugs.

About

[WACV 2024] BALF: Simple and Efficient Blur Aware Local Feature Detector

https://ericzzj1989.github.io/balf

License:MIT License


Languages

Language:Python 100.0%