Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xu-justin/grayscale-face-coloring

A generative model that could generate colored face images from grayscale face images.
https://github.com/xu-justin/grayscale-face-coloring

generative-adversarial-network pix2pix-tensorflow

Last synced: 6 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://drive.google.com/uc?export=download&id=1T2DBn8IIyOW_ubgOtJ6KG4emHlDgPwtN).

---

#### Download Dataset
The dataset is take from [This Person Does Not Exist](https://thispersondoesnotexist.com/) using [unofficial "API" by David Lorenzo](https://github.com/David-Lor/ThisPersonDoesNotExistAPI). The dataset has been uploaded and is available to download at [Kaggle](https://www.kaggle.com/almightyj/person-face-dataset-thispersondoesnotexist). 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.