Star-Clouds / CenterFace

face detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to set minimum face size

MyraBaba opened this issue · comments

Hi,

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

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.