PyTorch-Multi-Style-Transfer icon indicating copy to clipboard operation
PyTorch-Multi-Style-Transfer copied to clipboard

Color produced by eval doesn't match demo

Open clarng opened this issue 4 years ago • 1 comments

Hi ! Thanks for sharing the code. I've ran the eval program using the defaults provided and I noticed the color tends to be much dimmer than what is shown on the homepage here. Is there something that I am missing? The command I used was

python main.py --style-image ./images/21styles/udnie.jpg --content-image ./images/content/venice-boat.jpg

out

clarng avatar Nov 04 '20 21:11 clarng

It may be because of different behavior of the PyTorch versions. (this code was written long time ago)

For constant results, please try our Torch implementation: https://github.com/zhanghang1989/MSG-Net/

zhanghang1989 avatar Nov 06 '20 04:11 zhanghang1989