generated_latest.pth does not give expected results -- outputs a random colored image #7
-
Hi @TobiasSunderdiek, first of all, thanks a lot for the code. I am trying to run it. I am trying to test an image with your RELEASE: https://github.com/TobiasSunderdiek/cartoon-gan/releases/download/v1.0.0/generator_release.pth.zip The image I am testing with is a person's image and the output I get is: I just downloaded the generator_release.pth file and tested an image as per the README. Could you please suggest what might have went wrong here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The reason was that my image was much larger than expected image size 256, and the code is performing CentreCrop on it |
Beta Was this translation helpful? Give feedback.
The reason was that my image was much larger than expected image size 256, and the code is performing CentreCrop on it