-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
LMobileNet, what does 'L' mean? #4
Comments
Means using stride11 in its first conv layer. |
@nttstar Thanks for you reply, I am training now. another question,
is this model use sphereloss? and seems vggface2 have some overlap with lfw, have you do some clean? |
Softmax only, if not specified. Overlap exists between vggface2 and lfw but in my current experiments they're not removed. You can compare the relative number if the performance gap is larger than 0.1. |
Thanks for your work, so sphereloss did not get better than softmax in your experiment? |
It depends on your network and dataset. Now I can not get sphere working for se-resnet50@vggface2, but it works for another dataset. If you can make it work on vggface2, please let me know. |
I am training LMobileNetE@vggface2 with sphereloss, still finetuning the network for now, I can only get about 98.8% acc on lfw, I will try more |
I can get 99.6% on LMobileNetE@vggface2@sphere and better acc of other metrics than softmax. |
what's your training params? I have clean the vggface2 at first, and for now I can only get 98.8 use "adam" optimizer, beta = 1000, margin = 4, scale = 0.9993, |
You can try yourself as I did not clean the data. Commonly I use SGD optimizer with mom=0.9 and lr=0.1, wd=5.e-4. beta = 1000, beta_min = 5. lr decrease to 0.01 and 0.001 after some epochs. |
for sphereloss, the evaluation metric is still euclid distance? |
Yes. And there should be no difference between euc distance and cosine sim if you normalize the vector firstly, |
Thanks, your input shape is 112x112? have you try 112x96? since you mentioned in the description |
112x112 is slightly better than 112x96 on large pose variation |
@nttstar What's the reference points of 112*112 when aligning face?Thanks |
@nerddd +8 on x-axis from the points of 112*96 |
No description provided.
The text was updated successfully, but these errors were encountered: