qfgaohao / pytorch-ssd

MobileNetV1, MobileNetV2, VGG based SSD/SSD-lite implementation in Pytorch 1.0 / Pytorch 0.4. Out-of-box support for retraining on Open Images dataset. ONNX and Caffe2 support. Experiment Ideas like CoordConv.
https://medium.com/@smallfishbigsea/understand-ssd-and-implement-your-own-caa3232cd6ad
MIT License
1.4k stars 531 forks source link

Pretrained weights for mb3-small-ssd-lite backbone #142

Open AnhPC03 opened 3 years ago

AnhPC03 commented 3 years ago

Could you give any link to download pretrained weights for backbone if i want to train mb3-small-ssd-lite model? I was trained from scratch but my dataset is small and the loss was high. when i referenced, the model drawn on image not highly corrected. Thank you.