jhb86253817 / PIPNet

Efficient facial landmark detector
MIT License
412 stars 82 forks source link

Hello, does this model heavily rely on the pre existing face detection model? If the face detection model is not very robust, will there be any issues with the model? I found during the experiment that the effectiveness of face detection greatly affects the effectiveness of the facial keypoint localization model. Looking forward to your reply #56

Open longnanxi opened 10 months ago

jhb86253817 commented 10 months ago

Yes, I think the detection model will affect the landmark model. In short, you need to make sure the landmark model is trained with images that cropped the same way as the detection model you use for inference. And different detection model may have different bounding box styles, e.g., some give you more boundaries and some are quite tight, etc.