LinearStyleTransfer
LinearStyleTransfer copied to clipboard
This is the Pytorch implementation of "Learning Linear Transformations for Fast Image and Video Style Transfer" (CVPR 2019).
Hi, this is a nice work and the code is easy to reuse, do you have any scheduler to update your code for a new pytorch verison (like 1.0+)? I...
Hi, is there any possible for you to provide the code for the heat map which is mentioned in paper?
As the fig.2 show that you get the CxC matrix by the fc layer, why did you say the CNNs so many times? And the CNNs in Fig2 is just...
Thanks for your great work, i want to konw the normalized affinity formula for a vectorized feature in section 3.3 Are there any references about the Eq(4)?
The Pytorch requires updates. Traceback (most recent call last): File "/content/LinearStyleTransfer/real-time-demo.py", line 9, in from libs.utils import makeVideo File "/content/LinearStyleTransfer/libs/utils.py", line 12, in from torch.utils.serialization import load_lua ModuleNotFoundError: No module...