What happend if there are many trained images of no object exist?Will it make the gradients update badly?
@pjreddie I train the network with -nan, but the final model can't detect any boxes! How can solver this problem? I display the resizing images, some too small. My original image size is 1920*1080,
“ int dim = (rand() % 10 + 10) * 32;” can change the input size. In cfg file : width=416, height=416, what's mean, no use...?
@bubulv
Hi, bubulv. I have trained my model for about 2hour.There are some tricks for you.
@ersanliqiao
@bubulv
@ersanliqiao ok! I try it with adam. thanks very much!
Maybe you can try cfg/yolo3.voc.cfg ,and modify it to train. @ersanliqiao
Most helpful comment
@bubulv
Hi, bubulv. I have trained my model for about 2hour.There are some tricks for you.