[2020. 02. 02]
- Add Decoupled Network. (in model/dc_module.py)
- Training
- Faces-emore
- Evaluation
- LFW
- Agedb-30
- CFP-FP
- [CVPR 2018] Decoupled Networks
- [CVPR 2019] Arcface
- [CVPR 2019] Regularface
-
Set-up virtual environment.
conda create -n [your environment] python=3.6 source activate [your environment] conda install pytorch cuda90 torchvision -c pytorch pip install -r requirements.txt
-
Download train, test datasets
( https://github.com/TreB1eN/InsightFace_Pytorch —> 3.1 Data Preparation ) -
Training
python train.py --train_root [your data root] --epochs [epochs] --batch_size [batch_size] --save_root [root for saving weights, log file]