ShuangXieIrene / ssds.pytorch

Repository for Single Shot MultiBox Detector and its variants, implemented with pytorch, python3.
MIT License
571 stars 167 forks source link

Performance of FSSD MobileNetV1 on VOC2007 #18

Open insmod-he opened 6 years ago

insmod-he commented 6 years ago

Hi ShuangXieIrene:

Did you use MS COCO for pretraining before you trained the FSSD MobileNetV1 on VOC2007? When I using VOC2007 and VOC2012 as training data for FSSD MobileNetV1, my performance is 73.8%. It is seems that your result is much better(78.4%).

gaobb commented 5 years ago

I guess that you train the FSSD Mobilenetv1 from scratch. However, the performance(78.4%) may be derived the pretrained model on Imagenet.