Image sizes
Is there documentation around using style transfer on larger images? The generated canvas image seems constrained to 300px wide.
The fox image (1920x1280) is the content and the abstract art (1920x1280) is the style, but I can't seem to get the rendered output (300x456) to be in the same dimensions.
@vdumoulin
Based on the code and the demo, i think the image needs to have a height of 256px. I agree that this should probably be documented a bit better.
(If you would like to send a PR just to update this size in the README, I'd love to merge it! 🥰)
Yes it is not clear if there is any option to modify the output image dimensions or if this is "hard coded" into the model somehow. Would be helpful to have control over output image for using in third-party applications.
For comparison, the original author of this project @reiinakano has another project where source and style size are configurable options: https://reiinakano.com/arbitrary-image-stylization-tfjs/