January 2019
Intermediate to advanced
386 pages
11h 13m
English
Object detection is the process of finding object instances of a certain class, such as faces, cars, and trees, in images or videos. Unlike classification, object detection can detect multiple objects, as well as their location in the image.
An object detector would return a list of detected objects with the following information for each object:
We can ...