-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
How to solve this problem #334
Comments
check your anchors size and class num if you tain your custom dataset. |
Hi, how do you solve the problem? Thank you |
As I said above, you need to understand the theory of Yolov4 first, and then go to the source code to modify the parts that need to be fitted for your dataset size. |
You should try this solution #138 . You need to change the classes values in the cfg so that it matches your number of classes, and also the number of filters in the previous layer such that it equals 3*(5 + num classes) instead of 255. |
The text was updated successfully, but these errors were encountered: