retinaface icon indicating copy to clipboard operation
retinaface copied to clipboard

facial area variables

Open serengil opened this issue 4 months ago • 0 comments

In extract_faces function of retinaface, facial_area[2] should be x + w instead of w, and facial_area[3] should be y + h instead of h. So, variable names are not correct.

Ref: https://github.com/serengil/retinaface/blob/master/retinaface/RetinaFace.py#L248

serengil avatar Feb 28 '24 10:02 serengil