Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cattoface/deeplearningfinalproject

Final project in deep learning course
https://github.com/cattoface/deeplearningfinalproject

Last synced: 26 days ago
JSON representation

Final project in deep learning course

Awesome Lists containing this project

README

        

# Usage:
For both training and evaluation:
Install all the required packages using `pip install -r requirements.txt`
Place all the dataset images in a folder called dataset(we used https://www.robots.ox.ac.uk/~vgg/data/flowers/102/).
## Training:
Change any desired value in preprocess_dataset.py or preprocess_dataset_rgb.py(namely the YCbCr/HSV boolean in the former and the resize dimension).
Run preprocess_dataset.py/preprocess_dataset_rgb.py
Change any desired model/training parameter in train_gan.py.
Run train_gan.py.

## Evaluation Only:
Run preprocess_dataset_rgb.py.
Run eval_gan.py.
Numerical results will be printed and the colored samples will be saved to the current directory as samples.png