affinelayer / pix2pix-tensorflow

Tensorflow port of Image-to-Image Translation with Conditional Adversarial Nets https://phillipi.github.io/pix2pix/
MIT License
5.07k stars 1.3k forks source link

How to get pb file for colorization and how to use it? #175

Open yanfeiwong opened 5 years ago

yanfeiwong commented 5 years ago

It seems to involve the spatial conversion of "LAB" and "RGB", and the input is not sure... Output should be "A" and "B" from "LAB".... Keeps getting weird results ....