Skip to content

MrCPlusPlus/MobileFaceNet_Tensorflow_Pretrain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MobileFaceNet_Tensorflow_Pretrain

A tensorflow implementation from xsr-ai about mobilefacenet with pretrained parameters

The usage of this repo is same as Xsr-ai's implementation. Please review the page.

The pretrained model is transformed from the model provided by insightface in mxnet version. The network architectures provided by Xsr-ai and insightface are different, so I mainly modify the architecture of Xsr-ai’s implementation.

The pretrained model can be downloaded by here.

You can test the pretrained model by run "python verification.py" when you have all dependencies and data.

This is my log when I verificate my code:

[lfw]XNorm: 11.375188
[lfw]Accuracy: 0.00000+-0.00000
[lfw]Accuracy-Flip: 0.99450+-0.00478
Max of [lfw] is 0.99450

References

Mobilefacenet_TF
InsightFace_MXNET

About

A tensorflow implementation from xsr-ai about mobilefacenet with pretrained parameters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages