Open victorkitov opened 5 years ago
i cant find the result pic ,,could u tell me how you deal with
After spending a lot of time and frustration I finally found the problem why bad results are given. The problems lies in the whitening and color transformation function more specifically the way the style feature map means are added back to the colored feature map at the very end. The implementation is different in this repo and in PytorchWCT repo. Although it's been quite some time since the issue was raised hope it helps
For content
and style
the method gives bad quality result:
which look like a bug and not expected behaviour.
See result by https://github.com/sunshineatnoon/PytorchWCT:
I used the command:
python main.py --content content.jpg --style style.jpg --outDir results/ --alpha 1.0
.