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
Hi, thanks for this great repo. I was wondring from where i can change max number of features and matches that model will detect and try to match, similarly where is the threshold value for detected feature and match.
As i was testing i refered to "matches" from:
As correct matches but if two images are totally different i.e i can manually verify there is not a single match in between them, len(matches) is still 10000.
What i want to acheive is only true matches even though they are less in number.
Any plan to launch onnx/TRT model in future?
The text was updated successfully, but these errors were encountered:
Hi, thanks for this great repo. I was wondring from where i can change max number of features and matches that model will detect and try to match, similarly where is the threshold value for detected feature and match.
As i was testing i refered to "matches" from:
matches, certainty = roma_model.sample(warp, certainty)
As correct matches but if two images are totally different i.e i can manually verify there is not a single match in between them, len(matches) is still 10000.
What i want to acheive is only true matches even though they are less in number.
Any plan to launch onnx/TRT model in future?
The text was updated successfully, but these errors were encountered: