February 2019
Intermediate to advanced
260 pages
6h 3m
English
When labeling data, we need to follow simple binary logic. Whenever an image contains an object that belongs to a particular class that you require, it will label it as 1, and if it doesn't contain an object, it will label it 0. The following image depicts a bounding box around a car:

When it come to object localization, the labeling of the object is more difficult as we have much more information to deal with.
Consider that Pc simply denotes whether this image has any of the classes we want to predict. If it's 1, this means that we have one of the classes we want to predict, and 0 means we don't ...
Read now
Unlock full access