-
Notifications
You must be signed in to change notification settings - Fork 3
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
ValueError: could not broadcast input array from shape (32,29) into shape (32,32) #2
Comments
@parsibox can I see a sample of your dataset? |
i do not change any thing |
@parsibox Ok. I will check this case and update repo if I made a mistake. |
did you try it? |
@parsibox i have not free time until next week.
|
ok i wait for you |
the bug is from the detector. |
thanks |
i am still waiting for you |
@parsibox could you please upload your testing image somewhere and give me a download link? |
i am still waiting for you |
did you solve this problem? i had same problem |
no |
i think we can rewrite this resize function |
def __resize_image(src_image, dst_image_height, dst_image_width):
|
@parsibox @sabrabano0 I was far from this subject for years. let me read the principles used in this project and try to fix this bug. |
Not so complicated, as I mentioned above the problem is in the function resize. You have included resizing for bigger image than 32 x 32 but not for smaller like 24 x 32. |
The text was updated successfully, but these errors were encountered: