markson14 / FaceRecognitionCpp

Large input size REAL-TIME Face Detector on Cpp. It can also support face verification using MobileFaceNet+Arcface with real-time inference. 480P Over 30FPS on CPU
47 stars 24 forks source link

Can you explain the use of face_avg and avg_face? #5

Closed xxxpsyduck closed 4 years ago

markson14 commented 4 years ago

I was thinking using the average cv::Mat of couple number of faces would stablize the similiarity score. face_avg: cv::Mat dtype , mean of couple cv::Mat faces avg_face: int dtype, the selected number of average faces