AIZOOTech / FaceMaskDetection

开源人脸口罩检测模型和数据 Detect faces and determine whether people are wearing mask.
https://demo.aizoo.com/face-mask-detection.html
MIT License
2.08k stars 619 forks source link

detection network contains face alignment #45

Open dgy20122016 opened 4 years ago

dgy20122016 commented 4 years ago

Hello, may I ask if your detection network contains face alignment? Can I do face recognition based on the detection results of your network model

AIZOOTech commented 4 years ago

Currently this repo does not contain landmark net. You can add one landmark model on the output of the face, then do face alignment and recignition.