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

initialization weights for MobileNet v2 #31

Open lianxxx opened 5 years ago

lianxxx commented 5 years ago

Is there weights pretrained on the ImageNet for initializing MobileNet V2 base net?

qfgaohao commented 5 years ago

plz see https://github.com/tonylins/pytorch-mobilenet-v2