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
In the match method of RegressionMatcher, if you called match with PIL.Image instead of paths, but also attempt to do upsample_preds you get a fault as you will attempt to treat them as paths later here:
Hi,
In the
match
method ofRegressionMatcher
, if you calledmatch
withPIL.Image
instead of paths, but also attempt to doupsample_preds
you get a fault as you will attempt to treat them as paths later here:RoMa/romatch/models/matcher.py
Line 657 in 905ff76
The text was updated successfully, but these errors were encountered: