MagFace
MagFace: A Universal Representation for Face Recognition and Quality Assessment
in IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2021, Oral presentation
Authors are from AiBee.
Paper: arXiv (NOTE: Figure 2 in the arxiv version is incorrect and will be fixed later. Use the above one instead.)
A toy example: examples.ipynb
Poster: GoogleDrive, BaiduDrive code: dt9e
Presentation: TBD
CheckPoint: GoogleDrive, BaiduDrive code: wsw3
NOTE: The original codes are implemented on AiBee's codebase and will not be released. This repo is an official but abridged version. See todo list for plans.
BibTex
@inproceedings{meng2021magface,
title={MagFace: A universal representation for face recognition and quality assessment},
author={Meng, Qiang and Zhao, Shichao and Huang, Zhida and Zhou, Feng},
booktitle=IEEE Conference on Computer Vision and Pattern Recognition,
year=2021
}
Usage
- Prepare a training list with format
imgname 0 id 0
in each line, as indicated here. - Modify parameters in run/run.sh and run it!
cd run/
./run.sh
Logs
TODO list:
- add toy examples and release models
- migrate basic codes from AiBee's codebase
- add presentation (after the ddl for iccv2021)
- test the basic codes
- extend the idea to CosFace
- migrate parallel training
- add evaluation codes for recognition
- add evaluation codes for quality assessment
- add fp16
20210315 fix figure 2 and add gdrive link for checkpoint.
20210312 add the basic code (not tested yet).
20210312 add paper/poster/model and a toy example.
20210301 add ReadMe and license.