Skip to Content
Modern Computer Vision with PyTorch - Second Edition
book

Modern Computer Vision with PyTorch - Second Edition

by V Kishore Ayyadevara, Yeshwanth Reddy
June 2024
Intermediate to advanced
746 pages
17h 59m
English
Packt Publishing
Content preview from Modern Computer Vision with PyTorch - Second Edition

8

Advanced Object Detection

In the previous chapter, we learned about the R-CNN and Fast R-CNN techniques, which leverage region proposals to generate predictions of the locations of objects in an image along with the classes corresponding to objects in the image. Furthermore, we learned about the bottleneck of the speed of inference, which happens due to having two different models – one for region proposal generation and another for object detection. In this chapter, we will learn about different modern techniques, such as Faster R-CNN, YOLO, and single-shot detector (SSD), that overcome slow inference time by employing a single model to make predictions for both the class of the object and the bounding box in a single shot. We will start ...

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

Deep Learning for Coders with fastai and PyTorch

Deep Learning for Coders with fastai and PyTorch

Jeremy Howard, Sylvain Gugger
Learning Modern Linux

Learning Modern Linux

Michael Hausenblas

Publisher Resources

ISBN: 9781803231334Supplemental Content