Dlib face detector's rectangle size
I'm doing face detection and using dlib for it. it works fine, but rectangles are small and only contain a small part of the face. how can I tell dlib to return bigger rectangle, which will include whole head?
I'm doing face detection and using dlib for it. it works fine, but rectangles are small and only contain a small part of the face. how can I tell dlib to return bigger rectangle, which will include whole head?
I think it mostly because of the purpose of the detection. It detects the face, not the whole head.