From 6aa5acfdce6ec4abee3260014672b0681eb91979 Mon Sep 17 00:00:00 2001 From: Yong Yuan Date: Tue, 31 Oct 2023 08:25:54 -0500 Subject: [PATCH] add Glue Factory --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ffa733e..f0a1408 100644 --- a/README.md +++ b/README.md @@ -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).