ufukefe / DFM

Python (Pytorch) and Matlab (MatConvNet) implementations of CVPR 2021 Image Matching Workshop paper DFM: A Performance Baseline for Deep Feature Matching
Other
197 stars 22 forks source link

Matching Score #6

Closed Naysanado closed 2 years ago

Naysanado commented 2 years ago

Hello, how can I get the confidence of matching point pairs? For example, among the 1000 matching point pairs generated, which have high matching accuracy and which have low matching accuracy

ufukefe commented 2 years ago

Hi, sorry for late reply.

Unfortunately, there is not exist a specific confidence for each match, but you can use _scoreA2B for that purpose.

In fact, the confidence of any match will be related to the its own score and its parent matches (scores of the matches on the previous layers)