taki0112 / UGATIT

Official Tensorflow implementation of U-GAT-IT: Unsupervised Generative Attentional Networks with Adaptive Layer-Instance Normalization for Image-to-Image Translation (ICLR 2020)
MIT License
6.17k stars 1.04k forks source link

My test result is wrong. #56

Closed wds1998 closed 5 years ago

wds1998 commented 5 years ago

I download the pretrained model and test, but the result is like this ,what is the mistake,thank you!@taki0112 图片

BorisLestsov commented 5 years ago

You probably did not load the model correctly. Providing the output log would certainly useful

wds1998 commented 5 years ago

You probably did not load the model correctly. Providing the output log would certainly useful i download the pretrained model and extract it, but some mistakes happened when extracting,it says UGATIT.model-1000000.meta was damaged and can not read the data in the compressed file UGATIT.model-1000000.data-00000-of-00001 图片

BorisLestsov commented 5 years ago

Yeah, you should look here https://github.com/taki0112/UGATIT/issues/50

wds1998 commented 5 years ago

Yeah, you should look here #50

OK Thank you very much.

rehanpunjwani commented 4 years ago

Can anybody guide me how to test the result's on my own image?