Giter VIP home page Giter VIP logo

Comments (3)

sarlinpe avatar sarlinpe commented on September 3, 2024 1

Hey @ducha-aiki,
We've now released the LightGlue models trained for ALIKED & SIFT: cvg/LightGlue@29f3e44 These models are frankly very good - we've added results on MegaDepth and will add results on other datasets later (some ScanNet results in PR #25, others likely after the CVPR deadline). As you can see, ALIKED+LightGlue is better than SuperPoint+SuperGlue and pretty close to SuperPoint+LightGlue. For SIFT we need to double the number of keypoints to reach this accuracy (because the detector is much less repeatable).

For now we're not releasing the model trained for SuperPoint-Open because it still needs some more tuning.

While we're at it: it would be really great to have a proper implementation of DoG in kornia, ideally at the level of performance of vlfeat/GPUSIFT. The current implementation is really terrible (I know this was in your TODOs 2 years ago).

from glue-factory.

ducha-aiki avatar ducha-aiki commented on September 3, 2024

@sarlinpe thank you! I am surprised at ALIKED results tbh.

Regarding DoG in kornia - to be honest, while I see some value in it, and would like to finally fix that, I don't think it is going to be fast enough to compete with GPU-SIFT either alone or from colmap.
And then, don't see much point there, given enormous memory footprint of the proper Gaussian scale space. Do you see any other arguments for it besides just completeness?

from glue-factory.

sarlinpe avatar sarlinpe commented on September 3, 2024
  • kornia is easier to install than pycolmap (GPU-SIFT requires building from source, we don't yet have the bandwidth to ship cuda-enabled wheels)
  • when considering batching, a torch-SIFT could be faster than GPU-SIFT (which would make the training of LightGlue faster or at least more efficient)

Though I don't encourage anyone to use SIFT, except for data with strong in-plane rotations (where we don't have an optimal solution, yet).

from glue-factory.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.