Home

Awesome

FTLNet_Pytorch

Pytorch codes for Feature Transfer Learning for Face Recognition with Under-Represented Data


1. Introduction


2. Build/Run docker environment

  cd ./docker/
  ./build.sh
  cd ./docker/
  ./run.sh

3. Prepare Train and Verification Datasets

  python prepare_data.py

4. Train

  python train_pre.py
  python train_ftl.py

5. References