JDAI-CV / FaceX-Zoo

A PyTorch Toolbox for Face Recognition
https://arxiv.org/pdf/2101.04407.pdf
Other
1.87k stars 433 forks source link

Model with MobileFacenet backbone + MagFace head #86

Open huytuong010101fpt opened 3 years ago

huytuong010101fpt commented 3 years ago

Perfect repository <3 I see that you implemented the MagFace head in your repository Can you share with me the pre-trained model which uses MobileFace backbone and MagFace head I really need that model Thank you so much <3

wang21jun commented 3 years ago

https://drive.google.com/drive/folders/1yJZvfYAE3wmoBXdAIHHAOUXvX0uNaDcM?usp=sharing

huytuong010101 commented 3 years ago

https://drive.google.com/drive/folders/1yJZvfYAE3wmoBXdAIHHAOUXvX0uNaDcM?usp=sharing

Sorry, do you have pre-trained model which uses MobileFaceNet backbone and MagFace head. Think the model you giving is not using MobileFaceNet

huytuong010101 commented 3 years ago

I see the MobileFaceNet pretrained in FaceX-Zoo/face_sdk/models/face_recognition but I don't known what Head does it use?

tmhieu99 commented 3 years ago

Hi @huytuong010101, according to the params in the log file, I think the model in google drive is probably MobileFaceNet with MagFace head. And the model in face sdk is trained with the mv-softmax head.