Pay20Y / integration_face_recognition

integration of face detection and recognition use trained model

Repository from Github https://github.comPay20Y/integration_face_recognitionRepository from Github https://github.comPay20Y/integration_face_recognition

integration_face_recognition

integration of face detection and recognition use trained model

Detection model:

@article{7553523,
author={K. Zhang and Z. Zhang and Z. Li and Y. Qiao},
journal={IEEE Signal Processing Letters},
title={Joint Face Detection and Alignment Using Multitask Cascaded Convolutional Networks},
year={2016},
volume={23},
number={10},
pages={1499-1503},
keywords={Benchmark testing;Computer architecture;Convolution;Detectors;Face;Face detection;Training;Cascaded convolutional neural network (CNN);face alignment;face detection},
doi={10.1109/LSP.2016.2603342},
ISSN={1070-9908},
month={Oct}
}
link:https://github.com/kpzhang93/MTCNN_face_detection_alignment

Reconition model:

@article{deng2018arcface,
title={ArcFace: Additive Angular Margin Loss for Deep Face Recognition},
author={Deng, Jiankang and Guo, Jia and Zafeiriou, Stefanos},
journal={arXiv:1801.07698},
year={2018}
}
link:https://github.com/deepinsight/insightface

About

integration of face detection and recognition use trained model


Languages

Language:Python 100.0%