Skip to content
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

Accuracy on LFW #6

Open
yao5461 opened this issue Oct 31, 2017 · 17 comments
Open

Accuracy on LFW #6

yao5461 opened this issue Oct 31, 2017 · 17 comments

Comments

@yao5461
Copy link

yao5461 commented Oct 31, 2017

Hi clcarwin,
I run the code: python train.py, with default hyper parameters.
and evaluate on lfw: python lfw_eval.py.
The accuracy is: LFWACC=0.9907 std=0.0033 thd=0.3250.
For your model, the accuracy is: LFWACC=0.9922 std=0.0054 thd=0.3050.
Is there any advice? What else should I do?
Thanks!

@clcarwin
Copy link
Owner

clcarwin commented Nov 2, 2017

You can try to set phiflag to False and fine-tune more epoch on your model.

@clcarwin clcarwin mentioned this issue Nov 2, 2017
@HaoLiuHust
Copy link

@clcarwin I have tried that, after 5 epoch, loss came to nan, and acc will be 50%

@bixiang
Copy link

bixiang commented Dec 1, 2017

@yao5461 Can you give me your email? I have some questions about sphereface_pytorch. Thanks very much!

@YihangLou
Copy link

@HaoLiuHust I meet the same problem, have you solved it? Thanks, if you can share a solution for working around.

@HaoLiuHust
Copy link

@YihangLou change the learning rate to a smaller number, however, I can not get the acc reported here

@YihangLou
Copy link

YihangLou commented Mar 2, 2018 via email

@Gerkam
Copy link

Gerkam commented Apr 28, 2018

I train on washed casia-web-face(~450k) and test on lfw with accuracy-61%. All params was default. What can be problem?

@vicdu
Copy link

vicdu commented May 12, 2018

@yao5461 Have u got a good work when set phiflag to False?

@Gerkam
Copy link

Gerkam commented May 14, 2018

@yao5461 Did you train on original or cleaned Casisa-WebFace?

@timho102003
Copy link

@Gerkam Can u provide a valid link to download cleaned Casia-Webface washed list?
I've searching it for a while and can't find a valid link.
Thanks!!!!!!

@timho102003
Copy link

@Gerkam I've found these websites too, however the links are all dead. Do u have other valid download link?
Thanks!!!!!

@Gerkam
Copy link

Gerkam commented Jun 15, 2018

@timho102003 The washed list can be downloaded from http://pan.baidu.com/s/1kUdRRJT with password 3zbb . For fast download find manuals how can you do it from baidu

@timho102003
Copy link

@Gerkam when entering the password, baidu shows that the content is illegal and cannot be downloaded. I don't really understand ur last sentence. Does that mean I should find a way to download such data from baidu??
BTW Thanks for ur prompt response!

@Gerkam
Copy link

Gerkam commented Jun 15, 2018

@timho102003 After enter password I see all files. So, maybe baidu block request from your country or another reason. In previous post I mean, if you want download with good speed you must see how can you do it. By default speed will be slow.

@RyanCV
Copy link

RyanCV commented Oct 31, 2018

@clcarwin @yao5461 Is there an error in the lfw_eval code?

f1,f2 = f[0],f[2]

in the original paper it said the original and flipped image features are concatenated together, and then to calculate the cosine similarity.

As shown here: https://github.com/wy1iu/sphereface/blob/a848797f1b1da00ef756ea73b38b4926cc3563cd/test/code/evaluation.m#L112.

@zorrocai
Copy link

@RyanCV I have the same question. Do you think it should be changed to: f1,f2 = [f[0],f[1]], [f[2],f[3]]?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants