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

Example of running a network with input? #125

Open CoderReece opened 6 years ago

CoderReece commented 6 years ago

I want to play around with this but i can't find an example script that takes a image as a argument and the runs it through the network. Is there an already existing script i can look at? I have the network trained i just can't use it.

I apologies for this really dumb post.

nidetaoge commented 6 years ago

Just turn to issue 103: https://github.com/affinelayer/pix2pix-tensorflow/issues/103

alexanderwallin commented 5 years ago

I'd say https://github.com/affinelayer/pix2pix-tensorflow/issues/151 this is one to use.