Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in matcher when using images not paths #80

Closed
reynoldscem-oculo opened this issue Oct 18, 2024 · 2 comments
Closed

Bug in matcher when using images not paths #80

reynoldscem-oculo opened this issue Oct 18, 2024 · 2 comments

Comments

@reynoldscem-oculo
Copy link

Hi,

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:

im_A, im_B = test_transform((Image.open(im_A_path).convert('RGB'), Image.open(im_B_path).convert('RGB')))

@B1ueber2y
Copy link

Relevant: #73

@Parskatt
Copy link
Owner

Parskatt commented Nov 1, 2024

Should be working now since #73 was merged.

@Parskatt Parskatt closed this as completed Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants