Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 926 Bytes

GETTING_STARTED.md

File metadata and controls

33 lines (21 loc) · 926 Bytes

Getting Start

Data preparation

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

Training and Testing

Training on ms1m-retinaface

You can change the experimental setting by simply modifying the parameter in the config.py
bash train.sh

Testing on Megaface and IJBC

  1. Put the test data and image list into proper directory.

  2. Start evaluation service.

    nohup python evaluate_service.py > logs/log.service &
  3. Start extracting features and evaluating.

    nohup bash run.sh > logs/log &