August 2024
Intermediate to advanced
374 pages
8h 44m
English
As you’ve seen in this chapter, CNNs are really good at learning to model image classification problems. In general, variants of CNN architectures are the go-to choice for any kind of computer vision task. But what other kinds of computer vision tasks can you expect to encounter in the wild?
Object detection is a computer vision problem in which the goal is to identify and locate the objects present in an image. Object detection can somewhat be seen as an extension of the image classification task. For example, you might have noticed in some of the training images in the cats vs. dogs dataset that a few images contained humans and other objects along with a dog. Rather than attempt to classify ...
Read now
Unlock full access