Additive-Margin-Softmax icon indicating copy to clipboard operation
Additive-Margin-Softmax copied to clipboard

Some problems about align_lfw.py

Open Carbord opened this issue 6 years ago • 1 comments

As is mentioned is the README.md, I should align both the training set and lfw. Is this mean that I should use the align_lfw.py for twice? My setting is like following: Step1 --"python align_lfw.py --input-dir /DataSet/lfwdataset/lfw-deepfunneled --output-dir /home/myname/lfwdataset" Step2 --"python train.py --data_dir /home/myname/lfwdataset --random_flip --learning_rate -1 --learning_rate_schedule_file ./data/learning_rate_AM_softmax.txt --lfw_dir /home/myrname/lfwdataset --keep_probability 0.8 --weight_decay 5e-4" Is there any problems? Hope for your reply soon, thank you~

Carbord avatar Sep 23 '18 04:09 Carbord

@Carbord Well, you can't train on lfw while testing on it. Try to train on MS-celeb-1M or VGGface2.

Joker316701882 avatar Oct 14 '18 06:10 Joker316701882