ppogg / Retinaface_Ghost

This is a project based on retinaface face detection, including ghostnet and mobilenetv3
75 stars 15 forks source link

pre-trained model for mobilenetv3 #6

Open jskimn opened 2 years ago

jskimn commented 2 years ago

Can I get pre-trained model for mobilenet v3 that is modified in this Retinaface_Ghost? If so, I think that I can train my data efficiently.

ppogg commented 2 years ago

Sure~

jskimn commented 2 years ago

@ppogg If you have already the pre-trained model weight for MobileNet V3, please share us~~! thx.

ppogg commented 2 years ago

https://github.com/ppogg/Retinaface_Ghost/blob/master/weights/mobilev3_Final.pth

here~

jskimn commented 2 years ago

umm... I wanted to get the pre-trained weight for just back-bone only without head.... Because number of classes and target object is changed. So, I consider training your MobileNetV3 for ImageNet....