Closed AbhinandanVellanki closed 2 years ago
Dear @AbhinandanVellanki,
As you can see at line 330 in main.cpp, the boundaries of a face is given in the Faces[i].rect. This rect is filled by the face detection at line 284 or 286. With care you could enlarge the rect somewhat. Don't cross borders like x<0 or x>ImageWidth. Keep your landmarks at the location.
This issue has been automatically marked as stale because it has no recent activity. It will be closed if no further activity occurs. Thank you.
Is there any way i can increase the accuracy of the face recognition? I noticed that while cropping out the detected face, prior to recognition, some of the face features are cropped out.
In most of the images, ears, or even a fraction of the face itself is not included in the cropped image. How can I increase the size of the cropped image so that all the face features are used to calculate the encoding and potentially improve the accuracy?