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
@ZhihongChen123@Haotian-Zhang did you succeeded in training the model? I run train_visdrone.py. After both 1, 5, and 20 epochs the model is no longer able to detect anything. I can only guess, what is the reason:
There is a bug in the code.
All weights of the model have to be fine-tuned (commented block of code)
Due to the constant learning rate, the optimization doesn't coverage. I'll try something like ReduceLROnPlateau in my further attempts.
@Mhaiyang please, share some more details of the training process?
I tried to train the model, but the rpn_bbox_loss remained at around 700 and the model could not converge.Please help me, thank you.
The text was updated successfully, but these errors were encountered: