matlab-deep-learning / mtcnn-face-detection

Face detection and alignment using deep learning
Other
26 stars 18 forks source link

selectStrongestBoxes can changes the order of bounding boxes and scores #17

Closed justinpinkney closed 4 years ago

justinpinkney commented 4 years ago

Bounding boxes and scores arrays can change order, but the order of landmarks does not.

justinpinkney commented 4 years ago

This image 0009

when run using

im = imresize(im, 0.5);
[bboxes, scores, landmarks] = mtcnn.detectFaces(im, "ConfidenceThresholds", repmat(0.4, [3, 1]));

gives this output image