-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
"Infer Many Images" function does not work properly for Generic Inference #255
Comments
Hi @andredubbel can you try this patch: gheinrich@d26703a |
Thanks for the quick response @gheinrich! It got better but there's still something weird going on: For some reason the first and third row are the exactly the same, and the same goes for the second and forth. After that each row seems to be unique. If I apply the 4 first images one by one the the third and forth get the values seen in the image while the first and second get different values. In simpler words, from row 3 and onward the results seem to be correct. |
I don't see this on my test sample. Any chance you can double check? Thanks! |
I had a similar issue, the results of the first chunk of images is invalid because they are overwriten by the second chunk results. |
@gheinrich, your patch seems to solve the problem for me. Can you open a pull request with the fix? @andredubbel, thanks for the bug report! |
Closed in #261. |
After playing around a bit with the new generic inference functionality I found what seems to be a bug in with the "Infer Many Images"-function; all outputs are the same:
The displayed filenames are correct, and when testing them one by using the "Infer One Image" button they output reasonable results. I'm running the latest version of master 8a3d791
The text was updated successfully, but these errors were encountered: