yeephycho / tensorflow-face-detection

A mobilenet SSD based face detector, powered by tensorflow object detection api, trained by WIDERFACE dataset.
Apache License 2.0
768 stars 264 forks source link

Problem with detection simple front faces #67

Open Feodoros opened 4 years ago

Feodoros commented 4 years ago

Hello, I've tested your model, it is really good real-time face-detection model, but on this image score is 0.11. Any ideas to solve this problem? I've tested with your code from repo.

Angel

Feodoros commented 4 years ago

Maybe I should do an extra pre-processing here and with the same pictures?

yeephycho commented 3 years ago

Resize the image to a smaller one or padding at the boundary may help.