Skip to content

This fixes the issue with negative coordinates in the face bounding box.

Olegs NIKISINS requested to merge dev_branch into master

@tiago.pereira , can you, please, review this and merge if OK? This MR fixes possible negative coordinates in the face bounding box. The corresponding image and tests are added to the package. Before the fix the coordinates of face bbx for this image were: {'bottomright': (64, 320), 'topleft': (-12, 236)}. Thanks!

Merge request reports