You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When use custom dataset, the number of class may not same as origin yolov4 model (filters=255).
If it still load 255 channels, the weights after layer 93 will be wrong.
Instead of loading 255 channels, I think it should add include_top feature in load_weights().
The text was updated successfully, but these errors were encountered:
When use custom dataset, the number of class may not same as origin yolov4 model (filters=255).
If it still load 255 channels, the weights after layer 93 will be wrong.
Instead of loading 255 channels, I think it should add include_top feature in load_weights().
The text was updated successfully, but these errors were encountered: