-
Notifications
You must be signed in to change notification settings - Fork 178
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
Unable to convert weights file into tf #7
Comments
Here is my cfg file: (saved it to a txt file instead of cfg because github won't allow me to upload cfg) |
You should provide number of custom classes you have as parameters. |
How do I do that? (I have 31 classes) |
I did this, but got the same error... Object-Detection-API/yolov3_tf2/utils.py", line 68, in load_darknet_weights |
my custom weights file is junglecamp0.6.weights, based on yolov3 (not yolov3-tiny)
31 classes
When I run the command " python load_weights.py --weights ./weights/junglecamp0.6.weights --output ./weights/junglecamp0.6.tf " it gives me the following error message:
ValueError: cannot reshape array of size 76070 into shape (256,128,3,3)
The text was updated successfully, but these errors were encountered: