Giter VIP home page Giter VIP logo

Comments (5)

Parskatt avatar Parskatt commented on May 30, 2024

Hi!

The PCK in pdcnet is on a different subset of megadepth and therefore not directly comparable.

As for the confidence estimate, yes it helps, but if you qualitatively look at the results you will see pdcnet has way more failure cases (not involving certainty).

If you want a network-to-network comparison of pdcnet and DKM/RoMa I suggest you use the training set and strategy of DKM with pdcnet architecture. I'm not sure exactly how big the gain would be, but if you look at some of our ablations I think we have some pretty big improvements.

The point of our papers are not to say that we are better than pdcnet. Rather we want to show that dense matching is competitive for two view geometry.

from dkm.

Parskatt avatar Parskatt commented on May 30, 2024

Ah, another point is that pdcnet does actually train on megadepth (just different strategy), so I think the conparison is pretty fair.

from dkm.

Moreland-cas avatar Moreland-cas commented on May 30, 2024

Thanks for your quick reply, I believe there are certainly some improvements to the architecture of DKM.
There are two more questions that are bothering me, could you please help me out?

  1. In the process of computing the fundamental matrix using OpenCV's cv2.findFundamentalMatrix, the algorithm typically uses a subset of points, such as 8-point correspondences, along with a RANSAC approach to filter out outliers. Given that the remaining points only contribute implicitly to the estimation of F, would it improve accuracy to re-estimate F using the inliers identified by the initial computation?
  2. Is it possible to employ the dense warp in a differentiable manner to compute F, thereby enabling the training of all point correspondences directly?

from dkm.

Parskatt avatar Parskatt commented on May 30, 2024
  1. Yes. Typically you would use a few LM optimization steps to improve. This is included in most opencv ransac, not sure about the most basic one. If using LO-RANSAC it would even be done for the scoring of the model using a local set.

  2. Yes. There are works in this direction and Ive been meaning to try it out myself as well.

from dkm.

Moreland-cas avatar Moreland-cas commented on May 30, 2024
  1. Yes. Typically you would use a few LM optimization steps to improve. This is included in most opencv ransac, not sure about the most basic one. If using LO-RANSAC it would even be done for the scoring of the model using a local set.
  2. Yes. There are works in this direction and Ive been meaning to try it out myself as well.

Thanks again :)

from dkm.

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.