This project provides a face recoganization system via opencv4.
The solution involves 4 parts:
- face detection —— FMTCNN
- face calibration —— Affine Transform
- face feature extraction —— SphereFace
- face classification —— Cosine Similarity
Just run the command in project
sh make.sh
Copyright (c) 2018-present, Zhi Zhang