ShuangXieIrene / ssds.pytorch

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

About mobilenet-ssdlite-voc model, whether the model train on coco first? #72

Open luoduo21 opened 4 years ago

luoduo21 commented 4 years ago

Follow this https://github.com/chuanqi305/MobileNet-SSD,mobilenet-ssd only get mAP 68% without MS-COCO pretraining。Even if the structure changes from ssd to ssdlite,why can it improve so much? I trained mobilenet-ssdlite only on VOC with using imagenet pretrained model,it only can get 69.6% thank you!