ipazc / mtcnn

MTCNN face detection implementation for TensorFlow, as a PIP package.
MIT License
2.19k stars 526 forks source link

Fixes width and height bug from negative image coordinates. Fixes #92 #94

Closed MattyB95 closed 4 years ago

MattyB95 commented 4 years ago

Correctly adjusts width and height when a negative image coordinate is returned in box:

Before: 6_drawn_before

After: 6_drawn_after