Skip to content
Snippets Groups Projects
Commit 65d22ad7 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Merge branch 'better_multiple_detection' into 'master'

Implemented a better way to handle group multiple detections than a simple pruning

I have implemented a better way to incorporate several detections using ``detect_all_faces``. 

When a single face should be detected, it merges all overlapping detected bounding boxes that are over threshold into one single bounding box.
In the old way, when multiple faces should be detected, for overlapping detected bounding boxes, only the one with the highest detection value was returned.

In the new version, also for multiple faces, overlapping bounding boxes are merged into one, similar to the single face case.

@andre.anjos, @tiago.pereira, @amohammadi : Could you please check this?

See merge request !1
parents 043a57de 85ad030f
No related branches found
No related tags found
1 merge request!1Implemented a better way to handle group multiple detections than a simple pruning
Pipeline #
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment