Parskatt / DKM

[CVPR 2023] DKM: Dense Kernelized Feature Matching for Geometry Estimation
https://parskatt.github.io/DKM/
Other
378 stars 28 forks source link

question about internal resolution and homography estimation #56

Open jlzhou1 opened 4 months ago

jlzhou1 commented 4 months ago

Hello author, thank you for your outstanding work! My input image resolution is (3648,5742), and getting the homography matrix is not ideal, I tried to change the resolution in the "int.py " file, then setting it to "return DKMv3(weights, 3648, 5472, upsample_preds = False, device= device)", which still fails to approach the true geometric transformation relationship. How can I improve it?