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,
I would like to use models.features.sift.SIFT instead of OPENCV_SIFTas a feature extractor but the superglue matcher doesn't work with this configuration. Even if the model is trained using the features from OPENCV_SIFT, shoudn't the two versions of sift compute the same features given the same parameters ? Here are the configurations i used :
Hi,
I would like to use
models.features.sift.SIFT
instead ofOPENCV_SIFT
as a feature extractor but the superglue matcher doesn't work with this configuration. Even if the model is trained using the features fromOPENCV_SIFT
, shoudn't the two versions of sift compute the same features given the same parameters ? Here are the configurations i used :With
SIFT
no matches are found.The text was updated successfully, but these errors were encountered: