sai-bi / FaceAlignment

Face Alignment by Explicit Shape Regression
MIT License
340 stars 205 forks source link

face detector #5

Open dingcius opened 9 years ago

dingcius commented 9 years ago

If I use the model that you have trained and provided, then which face detector would be prefered? The face detector realized in OpenCV?

sai-bi commented 9 years ago

I think any face detector is OK as long long it is accurate enough. The key issue is to find a bounding box similar to the model I provide. Therefore, after you get an initial bounding box from Opencv, maybe you need to adjust it in case it is too small or too large.