endernewton / tf-faster-rcnn

Tensorflow Faster RCNN for Object Detection
https://arxiv.org/pdf/1702.02138.pdf
MIT License
3.65k stars 1.58k forks source link

Have anyone tried resnet 18? #397

Open zhusy54 opened 5 years ago

zhusy54 commented 5 years ago

Hi, @endernewton, i'm trying to use resnet18 based on your code. But I find the resnet 18 mAP result is not as good as resnet 50. I trained the model using VOC2012 trainval and tested it using VOC20007_test. The mAP result can reach to 0.62 after 200000 iterations training. Is this a good result? Can res18 achieve the same mAP as res50? I can not find any res18 faster rcnn results.