Skip to content

lattas/PR-HFR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Physical-based Rendering for NIR-VIS Face Recognition

by Yunqi Miao*, Alexandros Lattas*, Jiankang Deng, Jungong Han, and Stefanos Zafeiriou.

For more information, please check our

[Arxiv] [Paper]

🔔 We are happy to announce that this work was accepted at NeurIPS22.

If you find this project useful in your research, please consider citing:

@article{miao2022physically,
  title={Physically-Based Face Rendering for NIR-VIS Face Recognition},
  author={Miao, Yunqi and Lattas, Alexandros and Deng, Jiankang and Han, Jungong and Zafeiriou, Stefanos},
  journal={arXiv preprint arXiv:2211.06408},
  year={2022}
}

Overview

poster

Training

For this project, we used python 3.7.10.

How to run?

sh run.sh

Testing

Preparation

  • Downloading data (112 x 112) from [Google drive]
    • Put data to data/$dataset_name

Note that: casia(fold_1) is provided for research purposes only. For the rest data, please refer to the original publications.

  • Downloading models from [Google drive]
    • Put pretrain model at models/pretrain/
    • Put finetune model at models/finetune/$dataset/

How to run?

sh eval.sh

About

(NIPS2022) Physically-Based Face Rendering for NIR-VIS Face Recognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.0%
  • Shell 3.0%