Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Python Image Processing Cookbook

You're reading from  Python Image Processing Cookbook

Product type Book
Published in Apr 2020
Publisher Packt
ISBN-13 9781789537147
Pages 438 pages
Edition 1st Edition
Languages
Author (1):
Sandipan Dey Sandipan Dey
Profile icon Sandipan Dey
Toc

Table of Contents (11) Chapters close

Preface 1. Image Manipulation and Transformation 2. Image Enhancement 3. Image Restoration 4. Binary Image Processing 5. Image Registration 6. Image Segmentation 7. Image Classification 8. Object Detection in Images 9. Face Recognition, Image Captioning, and More 10. Other Books You May Enjoy

Classifying images with VGG19/Inception V3/MobileNet/ResNet101 (with PyTorch)

In this recipe, you are going to learn how to use torchvision's pretrained (on Imagenet) deep learning models for a few famous models. ImageNet is an image database organized as per the WordNet hierarchy. Hundreds/thousands of images belong to each node in the hierarchy.

The following plot shows the top-1 accuracy achieved by a few popular deep neural nets participated in the ImageNet challenge, starting from AlexNet (Krizhevsky et al., 2012) on the far left, to the best performing Inception-v4 (Szegedy et al., 2016) on the far right:

The top-1 accuracy is defined as the average number of times the correct label for an image was the highest probability class predicted by the CNN for that image. At the other end of the scale, the top-1 error shows the error that occurs when the model-predicted...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}