-
Notifications
You must be signed in to change notification settings - Fork 542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SpherefaceNet-04, SpherefaceNet-06 Release #81
Comments
A modification from dimension 512 to 256. An important comparsion: https://github.com/seetaface/SeetaFaceEngine The attachments are the dim256-SpherefaceNet04 |
Wonderful work. I've tried the SpherefaceNet-06 with BN yesterday. I modified the fc dimension to 128 and got 98.76% (with face mirror). |
@happynear Thanks. |
Are you training these model from scratch/random weights? or using some form of pretraining? |
Thanks for the contribution! |
@silcowitz without '-weights' or '-snapshot' |
Can you share the training log of SpherefaceNet-06? |
98% + on which database? |
@hrlqq LFW |
I have trained sphereface06 , but loss no longer converges at 10%. I tried to change the lambda_min to 10, it still has no effect. i don't have a good graphics card (gtx1060), can you give me some advice about how to adjust parameters? Thank you very much! @wy1iu @zuoqing1988 |
Could those prototxt files be incompatible with the caffemodel shared in the readme file (https://drive.google.com/open?id=0B_geeR2lTMegb2F6dmlmOXhWaVk )? |
I have tested SpherefaceNet-04 and SpherefaceNet-06 with and without BatchNorm.
Training on WebFace,
SpherefaceNet-04 WITHOUT BN can easily achieve ~98.00% (the paper reports 98.2%),
SpherefaceNet-04 WITH BN can easily achieve ~98.20% (fine-tuning 98.35%),
SpherefaceNet-06 WITHOUT BN can easily achieve ~98.50% (the paper doesnot give),
SpherefaceNet-06 WITH BN can easily achieve ~98.70% (fine-tuning 98.80%).
It should be noted that SpherefaceNet-04's forward only costs ~29ms (with BN ~33ms) and SpherefaceNet-06 costs ~49ms (with BN ~55ms), tested on E5-1650V4 3.6GHz, mini-caffe, openblas single thread.
The attachments are the nets with BN.
spherefacenet-04-06.zip
The text was updated successfully, but these errors were encountered: