forked from JDAI-CV/FaceX-Zoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/JDAI-CV/FaceX-Zoo into main
- Loading branch information
Showing
3 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,16 +27,17 @@ See [README.md](addition_module/face_mask_adding/FMA-3D/README.md) in [FMA-3D](a | |
# License | ||
FaceX-Zoo is released under the [Apache License, Version 2.0](LICENSE). | ||
|
||
# References | ||
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). | ||
# 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. | ||
|
||
# Citing FaceX-Zoo | ||
If you use FaceX-Zoo in your research or wish to refer to the baseline results published by this project, please use the following BibTeX entry. | ||
# 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 ([email protected]), Yinglu Liu ([email protected]), [Yibo Hu](https://aberhu.github.io/) ([email protected]) or [Hailin Shi](https://sites.google.com/view/hailin-shi) ([email protected]). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
""" | ||
@author: JiXuan Xu, Jun Wang | ||
@date: 20201015 | ||
@date: 20201016 | ||
@contact: [email protected] | ||
""" | ||
import sys | ||
|