You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: