-
Hey dude, just getting some errors when trying to train...any ideas?
(tf-keras) E:\SUGARBANK\ML\SOFTWARE\AdaIN-TF-master>python train.py --content-path E:\SUGARBANK\ML\SOFTWARE\train2014 --style-path…
-
I downloaded the model using `bash ./scripts/download_model.sh`.
But then when I try
` bash ./scripts/figures.sh 0 car df`
to generate samples, I get the following output.
```
+ GPU_ID=0
…
-
Thanks for your great work in advance! @dimakot55
When will you release the source code to public? After ECCV conference closed?
-
Great implementaion!
Is it possible to run in CPU mode only?
-
The FFMPEG can strip the video of its frames, but when it needs to stylize the images it breaks. I'm using Windows 10.
I get `AttributeError: 'str' object has no attribute 'shape'` When I try to st…
-
Hello,Did you train according to your train.py file? The total number of iterations is 100,000.I found that you trained according to your train.py file, and the final test effect failed to reach the r…
-
Hi there is a patchy areas that jump around between images in video transfer.
This isnt so much temporal issues with the style transfer of features as much as little patches of luminance change that …
-
Hello. I want to implement this in Python - Tensorflow. A really great paper.
I read the paper on Adaptive instance normalization, and completely understand the decoder training. However, I am having…
-
One of the ideas from Sardana Workshop at Solaris.
It is painfull for the users to have to call the `addmaclib` macro when previously the `relmaclib` failed e.g. due to the syntax error and the lib…
-
Firstly, thank you very much. This program is very useful and easy to understand.
But after I train this network, I did not get right result. I just got an image with single color.
I change the BATC…