face-recognition
face-recognition copied to clipboard
This project provides a face recoganization system via opencv4
Face Recognition via Opencv4
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
How to run
Just run the command in project
sh make.sh
License
Copyright (c) 2018-present, Zhi Zhang