Home My LinkedIn Other Projects

Colorization of images using Pix2Pix model in Tensorflow.JS

The github repo for this project can be found at: Github

Licenses

The Dataset I used is the ffhq dataset available at ffhq-dataset

It is available under Creative Commons BY-NC-SA 4.0 license

Dataset Paper Citation:

A Style-Based Generator Architecture for Generative Adversarial Networks Tero Karras (NVIDIA), Samuli Laine (NVIDIA), Timo Aila (NVIDIA) https://arxiv.org/abs/1812.04948

Credits:

Huge thanks to the following repositories for the detailed code!

  1. https://github.com/yining1023/pix2pix_tensorflowjs_lite
  2. https://github.com/affinelayer/pix2pix-tensorflow