SSD-mobilenet object detection algorithm not converging

99封情书 提交于 2020-01-20 05:26:04

问题


Hi I am trying to train SSD -mobilenet in-order to detect 13 classes. I also trained a faster rcnn -resnet101 .

My training data images have resolution of 265 * 450 . (most of them) and each class had 400 images.

Then this weird thing happened faster rcnn converged faster with batch size of 1 .

But my SSD didn't . It's not converging at all . Here I will put the two graphs ,

Purple - Faster Rcnn | resnet101 Blue - SSD | mobilenet

I have seen some have trained this for few classes and obtained good results . If anyone have obtained good results please answer following .

You had only one class , so How fast it converged ? What do you think , the network is suffering from vanishing gradents problem or local minima problem ?

Editing - Here I will update the mAp for each category plot .

来源:https://stackoverflow.com/questions/45633957/ssd-mobilenet-object-detection-algorithm-not-converging

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!