Parskatt / RoMa

[CVPR 2024] RoMa: Robust Dense Feature Matching; RoMa is the robust dense feature matcher capable of estimating pixel-dense warps and reliable certainties for almost any image pair.
https://parskatt.github.io/RoMa/
MIT License
434 stars 33 forks source link

doplegangers #14

Closed scott-vsi closed 7 months ago

scott-vsi commented 7 months ago

I was wondering if you had any suggestions on how to deal with doplegangers? Is RoMa trained at all to try to differentiate them?

Parskatt commented 7 months ago

No, not explicitly.

If youre referring to the recent paper, it would be interesting to modify their approach and use roma matches instead of loftr.

I think dense matching is probably quite good for doppelganger detection.

scott-vsi commented 7 months ago

Ok. Thank you! This and DKM are great repos!