Star-Clouds / CenterFace

face detection
MIT License
1.29k stars 356 forks source link

how to set minimum face size #114

Open MyraBaba opened 2 years ago

MyraBaba commented 2 years ago

Hi,

Is there any way to tell centerface cpp to look only certain size of face to detect ? to improve speed

blevlabs commented 2 years ago

Programmatically you could set a minimum threshold for the area of a detection, however I am unsure if there is a parameter for this.

Depending on the type of system you have, reading area of a detection could be minimal in runtime difference compared to a function or parameter specified to only detect >X area for ROIs.