Skip to content

The repo contains ipynb files for the reconstruction of cifar10 images using autoencoders (pytorch)

Notifications You must be signed in to change notification settings

SikanderBinMukaram/ImageReconstructionAutoEncoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Image Reconstruction using AutoEncoders

Table of Contents
  1. Reconstruction of CIFAR10 using AutoEncoder
  2. Reconstruction of input Images from the average of the input images (CIFAR10)

Image Reconstruction

The repo contains a ipynb file for simple image reconstruction of cifar 10 using pytorch. Simple MSE loss is used with a single decoder. Skip connections are also used. Evaluation is done using SSIM, L1 and PSNR.

Input reconstruction from average image

The repo contains a ipynb file for input image reconstruction of cifar 10 from the average of the inputs using pytorch. A weighted loss of SSIM and L1 is used. I have used 2 decoders to reconstruct the two inputs seperately. Skip connections are also used. Evaluation is done using SSIM, L1 and PSNR.

About

The repo contains ipynb files for the reconstruction of cifar10 images using autoencoders (pytorch)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published