cleardusk / 3DDFA_V2

The official PyTorch implementation of Towards Fast, Accurate and Stable 3D Dense Face Alignment, ECCV 2020.
MIT License
2.92k stars 515 forks source link

Is it possible to detect two or more faces? #74

Open syss666 opened 3 years ago

syss666 commented 3 years ago

Hello, can only one face be detected? Did not detect all the faces in the image #68 When you look here, you seem to be saying that you can modify the confidence threshold. What should I do?

cleardusk commented 3 years ago

FaceBoxes may not recall that face. I suggest you may use a stronger face detector to recall the right profile face.

syss666 commented 3 years ago

thank you Can you recommend something to use instead of a facebox for multiple face recognition?

lewisandJiang commented 3 years ago

thank you Can you recommend something to use instead of a facebox for multiple face recognition?

maybe you can try yolo5Face

syss666 commented 3 years ago

Thank you for leaving a comment.