SthPhoenix / InsightFace-REST

InsightFace REST API for easy deployment of face recognition services with TensorRT in Docker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

close faces not detected

antongonz opened this issue · comments

Faces that take up the majority of the image are not detected. What parameters can I change to fix this?

Hi! What max_size and det_model arguments are currently used?

This issue mostly influence original scrfd_*g_bnkps models at higher resolution (640x640 and above), to partially solve this issue scrfd_*g_gnkps models were trained, which are now used by default.

Yolov5 family models mostly perform better in such scenario, though from time to time can miss some faces too.