StyleTransferTrilogy icon indicating copy to clipboard operation
StyleTransferTrilogy copied to clipboard

How to save the original generated image? (Pytorch)

Open hyjhnb opened this issue 6 years ago • 0 comments

plt.imshow() will add something others to the image. How should I pre-process the generated image by the third algorithm before I can save it with scipy.misc.imsave. I tried minus the min num and divided by the max num minus the min num, but the the image is still a little different from plt.show()

hyjhnb avatar Sep 07 '19 14:09 hyjhnb