Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.41 KB

File metadata and controls

28 lines (21 loc) · 1.41 KB

Image-Classification-Using-Pets-Dataset

Using pre-trained ResNet50v2 model for multiclass image classification of Oxford-IIIT Pets dataset

Dataset description

The Oxford-IIIT Pet Dataset is a 37 category pet dataset with roughly 200 images for each class created by the Visual Geometry Group at Oxford. The images have a large variations in scale, pose and lighting. All images have an associated ground truth annotation of breed, head ROI, and pixel level trimap segmentation. [kaggle.com]

Original dataset was downloaded from https://www.robots.ox.ac.uk/~vgg/data/pets/.

Project Structure

1: Import Libraries and Initial Setup
2: Import Data
3: Understanding the dataset
4: Data Preparation: Image Resizing, Label One-hot Encoding, Image (Data) Augmentation, Batching and Prefetching
5: Model Setup
6: Model Training
7: Model Evaluation
8: Finetune Model
9: Run Model on new data

Model

User Interface

The Application of these models can be found in this repo: [Pet Image Classification Web App]