add Glue Factory

master
Yong Yuan 2023-10-31 08:25:54 -05:00 committed by GitHub
parent 90407aaeae
commit 6aa5acfdce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -89,7 +89,8 @@ The main goal is to collect classical and solid works of image retrieval in acad
## Deep Learning Feature (Local Feature)
- [DeDoDe: Detect, Don't Describe -- Describe, Don't Detect for Local Feature Matching], arXiv 2023, [code](https://github.com/Parskatt/DeDoDe).
- Glue Factory is CVG's library for training and evaluating deep neural network that extract and match local visual feature, [code](https://github.com/cvg/glue-factory)
- DeDoDe: Detect, Don't Describe -- Describe, Don't Detect for Local Feature Matching, arXiv 2023, [code](https://github.com/Parskatt/DeDoDe).
- [LightGlue: Local Feature Matching at Light Speed](https://arxiv.org/pdf/2306.13643.pdf), arXiv 2023, [code](https://github.com/cvg/LightGlue).
- [Simple Learned Keypoints](https://arxiv.org/abs/2304.06194), a self-supervised deep learning keypoint model, arxiv 2023, [code](https://github.com/facebookresearch/silk).
- [Learning Super-Features for Image Retrieval](https://openreview.net/pdf?id=wogsFPHwftY), ICLR 2022, [code](https://github.com/naver/FIRe).