JirongZhang / DeepHomography

Content-Aware Unsupervised Deep Homography Estimation
MIT License
335 stars 57 forks source link

SIFT with RANSAC Results Reproducibility #39

Open A-Kerim opened 2 years ago

A-Kerim commented 2 years ago

Hi, Thank you very much for sharing your code.

I tried to reproduce the results for SIFT with RANSAC but they are: {'RE': 1.7144430284550183, 'LT': 1.8459903052573097, 'LL': 2.4626396163105597, 'SF': 1.8192603742769062, 'LF': 1.799048634072144} In the paper (Table 1-a row 5) the results are matching for RE and SF and close to LF. However, very far from LT and LL.

Could you please help us with that concern?

Thank you, Kerim

CallMeFrozenBanana commented 6 months ago

Hi~ I am so curious about your code. Could you share it with me?