VisDrone
VisDrone copied to clipboard
Training model
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.
Hi, I had the same issue above. Could you please help us with it?
@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?