For training data, please download the ms1m-retinaface in https://github.com/deepinsight/insightface/tree/master/iccv19-challenge.
For test data, please download the megaface and ijbc in https://github.com/deepinsight/insightface/tree/master/Evaluation.
We provide our ms1m_retianface clean list. Download
You can change the experimental setting by simply modifying the parameter in the config.py
bash train.sh
-
Put the test data and image list into proper directory.
-
Start evaluation service.
nohup python evaluate_service.py > logs/log.service &
-
Start extracting features and evaluating.
nohup bash run.sh > logs/log &