Copyright © 2022 – Syedmustafaimam All rights Reserved
Dog Breed Classification
Feb 2020 - Jun 2020
During nono degree course from udacity I have developed this application using Python on jupyter notebooks by training my CNN.
Dogs-Image-Identifier
Classifies pet images using a pretrained CNN model, compares these classifications to the true identity of the pets in the images, and summarizes how well the CNN performed on the image classification task. Note that the true identity of the pet (or object) in the image is indicated by the filename of the image. Therefore, your program must first extract the pet image label from the filename before classifying the images using the pretrained CNN model. With this program we will be comparing the performance of 3 different CNN model architectures to determine which provides the 'best' classification.
Use argparse Expected Call with <> indicating expected user input: python check_images.py --dir --arch --dogfile also uses ResNet, AlexNet and VGG
The objetives of this Proof of concept are:
- Correctly identify which pet images are of dogs (even if breed is misclassified) and which pet images aren’t of dogs.
- Correctly classify the breed of dog, for the images that are of dogs.
- Determine which CNN model architecture (ResNet, AlexNet, or VGG), “best” achieve the objectives 1 and 2.
- Consider the time resources required to best achieve objectives 1 and 2, and determine if an alternative solution would have given a “good enough” result, given the amount of time each of the algorithms take to run.
Mustafa Imam
Being a CS student, always ingeniously looking to solve real-world problems using AI | IoT & MR(Microsoft Hololens).
Subscribe To Our Email
For Latest News & Updates
Mustafa Imam
Being a CS student, always ingeniously looking to solve real-world problems using AI | IoT & MR(Microsoft Hololens).
Subscribe To Our Email
Copyright © 2022 – Syedmustafaimam All rights Reserved