zhanghang1989 / PyTorch-Multi-Style-Transfer

Neural Style and MSG-Net
http://hangzh.com/PyTorch-Style-Transfer/
MIT License
976 stars 207 forks source link

Strange result #29

Open FantasyJXF opened 5 years ago

FantasyJXF commented 5 years ago

starry_night_styluized_lion

starry_night_stylized_lion

The first lion was generated with Fast Neural Style Transfer

The second lion was generated with this repo.

It's strange that the picture generated with your code always has some brown area, not only with my picture, but also yours. starry_night_stylized_cube

output

I use PyTorch 0.4.0 and the command is

python main.py eval --content-image images/content/cube.png --style-image images/21styles/starry_night.jpg  --model models/21styles.model --content-size 1024

Hope your responce, thank you.