sunshineatnoon/LinearStyleTransfer

reproduce the results

CrossLee1 opened this issue · 2 comments

I download the pretrained models and a style image:

water

after running the test command python TestArtistic.py, I got the following result

1_water

The performance is inferior to the release demo. The demo result seems more sharper and more beautiful. Where am I wrong?

11

Hi, all images in the demo are 512x512 images, you can use python TestArtistic.py --fineSize 512 to get the results. It looks sharper because it is less stylized.

Thanks for your timely reply