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.39k stars 530 forks source link

base net for mobilenetv3 ssd #175

Open somyajain1712 opened 2 years ago

somyajain1712 commented 2 years ago

basenet model of mobilenetv3 ssd not found so how we train for mobilenetv3 model.Please guide

tsharman commented 2 years ago

Hi, Is there an update on this? Would love a pretrained set of weight for mobilenetv3 similar to what we have for mobilenet v2.