ShaoqingRen / faster_rcnn

Faster R-CNN
Other
2.7k stars 1.22k forks source link

Fast RCNN loss doesn't change when trained with my own dateset. Not fine tuned on pretrained model #190

Open xiaoxiangyeyuwangye opened 6 years ago

xiaoxiangyeyuwangye commented 6 years ago

Hi, everyone I am training Faster RCNN with my own dataset. It is trained from origin, not fine tuned on pretrained model. In my experiment, when i did not initial the weight from a pretrained model, the rpn network was trained well and converged, but the fast rcnn network did not converge. The loss of it even did not change. Does anyone have any idea about this.