...

/

Adding Background Images to Reduce False Positives

Adding Background Images to Reduce False Positives

Learn why the addition of background images is important to improve predictions.

What are background images?

Because YOLO divides an image into a grid, all the cells that do not have any object in them are considered negative images (the left image in the example below). Let’s suppose we want to train our model on five classes: a bird, a tree, a person, a car, and a house. In YOLO, the background image usually refers to the image that does not have any of the classes that we want our model to be trained on (the right image in the example below).

An image consisting of various classes / categories divided into a grid
An image consisting of various classes / categories divided into a grid
A background image that does not contain the class that the model is trained on
A background image that does not contain the class that the model is trained on

Note: Background images are images that do not contain any instances of ...

Access this course and 1400+ top-rated courses and projects.