yenchenlin / pix2pix-tensorflow

TensorFlow implementation of "Image-to-Image Translation Using Conditional Adversarial Networks".
MIT License
939 stars 300 forks source link

imsave streaches the image to [0,255] #31

Open eyaler opened 7 years ago

eyaler commented 7 years ago

using imsave on a float array stretches the image to [0,255]. we should convert to uint8 before saving.