lengstrom / fast-style-transfer

TensorFlow CNN for fast style transfer ⚡🖥🎨🖼
10.91k stars 2.6k forks source link

Is there any documentation that explains what can be used as input videos/images? #254

Open whud99 opened 4 years ago

whud99 commented 4 years ago

So I've got it and all its dependents installed and it all seems to work because I can convert the sample fox video using a sample style from google drive, but I haven't been able to use any of my own training data or convert any of my own videos regardless of if I'm using the sample style or my own. I can only assume that something is wrong with the type of files I'm trying to give it. I was able to train a network with an image and it gave me the expected output in the checkpoint directory but I wasn't able to use it after it completed.

Thanks in advanced for any help ^-^