# FaceX-Zoo **Repository Path**: runauto/FaceX-Zoo ## Basic Information - **Project Name**: FaceX-Zoo - **Description**: A PyTorch Toolbox for Face Recognition - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-01 - **Last Updated**: 2021-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FaceX-Zoo FaceX-Zoo is a PyTorch toolbox for face recognition. It provides a training module with various supervisory heads and backbones towards state-of-the-art face recognition, as well as a standardized evaluation module which enables to evaluate the models in most of the popular benchmarks just by editing a simple configuration. Also, a simple yet fully functional face SDK is provided for the validation and primary application of the trained models. Rather than including as many as possible of the prior techniques, we enable FaceX-Zoo to easilyupgrade and extend along with the development of face related domains. Please refer to the [technical report](https://arxiv.org/pdf/2101.04407.pdf) for more detailed information about this project. About the name: * "Face" - this repo is mainly for face recognition. * "X" - we also aim to provide something beyond face recognition, e.g. face paring, face lightning. * "Zoo" - there include a lot of algorithms and models in this repo. ![image](data/images/arch.jpg) # What's New - [Jan. 2021] We commit the initial version of FaceX-Zoo. # Requirements * python >= 3.7.1 * pytorch >= 1.1.0 * torchvision >= 0.3.0 # Model Training See [README.md](training_mode/README.md) in [training_mode](training_mode), currently support conventional training and [semi-siamese training](https://arxiv.org/abs/2007.08398). # Model Evaluation See [README.md](test_protocol/README.md) in [test_protocol](test_protocol), currently support [LFW](https://people.cs.umass.edu/~elm/papers/lfw.pdf), [CPLFW](http://www.whdeng.cn/CPLFW/Cross-Pose-LFW.pdf), [CALFW](https://arxiv.org/abs/1708.08197), [RFW](https://arxiv.org/abs/1812.00194), [AgeDB30](https://core.ac.uk/download/pdf/83949017.pdf), [MegaFace](https://arxiv.org/abs/1512.00596) and MegaFace-mask. # Face SDK See [README.md](face_sdk/README.md) in [face_sdk](face_sdk), currently support face detection, face alignment and face recognition. # Face Mask Adding See [README.md](addition_module/face_mask_adding/FMA-3D/README.md) in [FMA-3D](addition_module/face_mask_adding/FMA-3D). # License FaceX-Zoo is released under the [Apache License, Version 2.0](LICENSE). # Acknowledgements This repo is mainly inspired by [InsightFace](https://github.com/deepinsight/insightface), [InsightFace_Pytorch](https://github.com/TreB1eN/InsightFace_Pytorch), [face.evoLVe](https://github.com/ZhaoJ9014/face.evoLVe.PyTorch/blob/master/README.md). We thank the authors a lot for their valuable efforts. # Citation Please consider citing our paper in your publications if the project helps your research. BibTeX reference is as follows. ```BibTeX @article{wang2021facex-zoo, title={FaceX-Zoo: A PyTorch Toolbox for Face Recognition}, author={Wang, Jun and Liu, Yinglu and Hu, Yibo and Shi, Hailin and Mei, Tao}, journal={arXix preprint arXiv:2101.04407}, year={2021} } ``` If you have any questions, please contact with Jun Wang (wangjun492@jd.com), Yinglu Liu (liuyinglu1@jd.com), [Yibo Hu](https://aberhu.github.io/) (huyibo6@jd.com) or [Hailin Shi](https://sites.google.com/view/hailin-shi) (shihailin@jd.com).