ShuangXieIrene / ssds.pytorch

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

Is it possible to release a pretrained model for Resnet50 + FSSD on VOC dataset? #38

Open songwongtp opened 5 years ago

songwongtp commented 5 years ago

Hello @ShuangXieIrene and @foreverYoungGitHub ,

I saw that the pretrained of Resnet50+FSSD on COCO is available and really appreciate it. I wonder if it would be possible to also release the pretrained model on VOC.

Thank you!