From 3435cfe668d829b9ae83b8d116274bb04133ac5d Mon Sep 17 00:00:00 2001 From: Johan Edstedt Date: Fri, 12 Apr 2024 10:29:23 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ac9ca1a..0e4e10b 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ The DeDoDe detector learns to detect 3D consistent repeatable keypoints, which the DeDoDe descriptor learns to match. The result is a powerful decoupled local feature matcher.

+## 🆕 v2 Detector +We have updated the trainng recipe for the detector. Weights and updated training code will be posted shortly. + ## 🆕 Kornia Integration DeDoDe is in kornia, ```pip install kornia```, and can be imported by e.g.