Can’t reproduce the same results as on the web interface with code

#4
by gfdadfas - opened

I’m currently using the eloftr model, but I can’t reproduce the same results as on the web interface. Could you explain how the parameter settings on the web interface correspond to the parameter settings in the code?

Here is the result on web:
image (27).webp
The result using code is quite different:
032_to_033_matching.png

Zhejiang University org

Hi @gfdadfas ,
I assume the web interface adds Ransac on top of the model's output, which is not the case in the present model as Ransac is another post processing that is independent from the model. You should have similar results by implementing Ransac on top of the model

Sign up or log in to comment