Skip to Main Content
Hands-On Java Deep Learning for Computer Vision
book

Hands-On Java Deep Learning for Computer Vision

by Klevis Ramo
February 2019
Intermediate to advanced content levelIntermediate to advanced
260 pages
6h 3m
English
Packt Publishing
Content preview from Hands-On Java Deep Learning for Computer Vision

Max suppression

Although during training we assign only one bounding box to a window, the one that owned the center, during testing it can happen that many windows think that they have the center of the best bounding box.

For example, we may have three bounding boxes, and therefore three windows on the center of the bounding boxes, and each of these windows thinks that they have the best bounding box:

But what we'll need is only one bounding box, and preferably the best one. Max suspension will solve this problem.

The max suppression algorithm looks like this if written in observable code:

Let's follow these steps to understand how max pooling ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Java Deep Learning Projects

Java Deep Learning Projects

Md. Rezaul Karim
Hands-On Computer Vision with TensorFlow 2

Hands-On Computer Vision with TensorFlow 2

Benjamin Planche, Eliot Andres

Publisher Resources

ISBN: 9781789613964Supplemental Content