Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.ip.facedetect bob.ip.facedetect
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bob
  • bob.ip.facedetectbob.ip.facedetect
  • Merge requests
  • !1

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

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Manuel Günther requested to merge better_multiple_detection into master Sep 28, 2016
  • Overview 5
  • Commits 3
  • Pipelines 2
  • Changes 8

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?

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: better_multiple_detection