linghu8812 / tensorrt_inference

699 stars 205 forks source link

Retinaface detect smaller faces #121

Closed cyrusbehr closed 1 year ago

cyrusbehr commented 2 years ago

Is there any way to detect smaller faces in the image using the Retinaface example. With other retinaface implementations, I am able to detect faces as small as 16 pixels in height. Your implementation doesn't seem to be able to detect faces this small using default config.

I'd ideally like some way to be able to change the smallest face height which can be detected. Any suggestions?