volotat / Continuous-Image-Autoencoder

Deep learning image autoencoder that not depends on image resolution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Continuous-Image-Autoencoder

Deep learning image autoencoder that not depends on image resolution

How to use:

You should provide path to dataset file and number of examples in it to train new model, like so:

CIA.py -f cars.png -e 20

In dataset image there should be 10 pictures in row and as many rows as you want. By default each picture individually expect to have 200x200 resolution, but you can change it through "size" parameter in script if it's necessary. If you want to generate new images with pretrained model just add "--no-train" parameter.
Be patient while image generating, its might take quite a time.

Model structure:

model_structure

Results example:

  • Cars: 20 examples, 3D Latent space
    exmpls_cars
  • Faces: 30 examples, 5D Latent space
    exmpls_faces

You will find more examples in folders in "out.png" files.

About

Deep learning image autoencoder that not depends on image resolution


Languages

Language:Python 100.0%