Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 2.24 KB

README.md

File metadata and controls

38 lines (28 loc) · 2.24 KB

Grayscale-Face-Coloring

A generative model that could generate colored face images from grayscale face images.

Read full report about this project on this PDF.


Download Dataset

The dataset is take from This Person Does Not Exist using unofficial "API" by David Lorenzo. The dataset has been uploaded and is available to download at Kaggle. Run the following code to download the dataset from Kaggle.

%run Dataset/import_dataset.py

Download Trained Model

The model has been trained for 30 epochs (30K iterations) using the 80% of dataset above. Run the following code to download the trained model.

%run Resources/model_saved/import_trained_model.py

Authored by William Justin.