Skip to content

oak2905/SAiDL-Spring-Assignment-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

SAiDL-Spring-Assignment-2022

In this assignment I have attempted the question 3C of the SAiDL spring assignment.

Choosing the data

While training the model with the complete Oxford IIIT pet dataset, the RAM usage was being exceeded hence only 3 pet classes namely Abyssinian, American bulldog, American Pitbull Terrier have been used in the training, validation, testing datasets.

Description

  1. Preparing the dataset.

    • Training data - Cropped patches of training images.
    • Testing and Validation data - Random cropped patches of testing and validation images.
  2. Building the model

  3. Training the model with batch size = 64, 20 epochs and loss function being Adam.

  4. Plotting the metrics (loss, accuracy) against the epochs.

    • As we see the plots, the loss function reduces and accuracy improves significantly over the epochs.
  5. Predicting the super resolution image of a distorted version of an original image

    • Comparing the PSNR scores of Predicted with original image and distorted with original image proves the point that SRCNN improves super resolution of images.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published