Skip to content

babo-dev/autoencoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autoencoder Image Reconstruction

Little model trained on caltech-101 dataset with 101 classes with simple cnn architecture. Trained on 50 epochs with 16 batch size. It can be trained further with following the steps:

  1. First download dataset with make command
  2. Run tools/generate_dataset.py to generate dataset providing dataset path and name
  3. Finally run models/train.py providing generated train list path, model save folder, epochs, batch size, learning rate and other arguments

Run this command to reconstruct image in streamlit ui

streamlit run main.py

Original Image

Reconstructed Image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published