-
Notifications
You must be signed in to change notification settings - Fork 22
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
Model file not working #6
Comments
Try to use vgg16_fod_model.h5. Change code to : |
Maybe the version of keras is not compatilbe,you can try to downgrade keras =2.2 or lower. |
i tried keras 2.2.0 and 2.1.0 but none worked. the vgg16 model worked but it's not as good as the demo. |
Hi, has this issue been resolved? I am also encountering this problem now, thank you. |
Hi, has this issue been resolved? I am also encountering this problem now, thank you. |
When i test the model provided by you :
download link: https://pan.baidu.com/s/10LvoXEUGMTZjufd7R8jh4A
code: 0p5j
i get the following error:
ValueError: You are trying to load a weight file containing 13 layers into a model with 6 layers.
Can you provide the solution.
The text was updated successfully, but these errors were encountered: