Closed serengil closed 8 months ago
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
Closed with PR - https://github.com/serengil/retinaface/pull/87
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