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

Training completes with errors but testing outputs huge number of bounding boxes for test images #69

Open
maatteenn opened this issue Aug 22, 2020 · 2 comments

Comments

@maatteenn
Copy link

During training every epoch has the error : TypeError: 'y' of 'Sub' Op has type float32 that doesn't match type int64 of argument 'x'
Also when I test the images, a huge number of bounding boxes appear all over the image with confidence greater than 97.
I had to change resize_images() to resize() and image_dim_ordering() to image_data_format() otherwise code doesn't work.
I'm using tensorflow version 2.3.0 on Colab, and testing model with stock classes or mobile phone, car and person.
Thank-you

@shubham-cpp
Copy link

Is there any updates on how to fix this

@Pola8976
Copy link

You should check Issue #71

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