STROTSS
STROTSS copied to clipboard
Could not find a format to read the specified file in mode 'i'
Hi Nick!
When l try to run your code I getting this error and l can't solve,so l'm sorry to disturb you.
Traceback (most recent call last):
File "styleTransfer.py", line 99, in
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "styleTransfer.py", line 101, in
My content data set from Coco2014,style data set come from WikiArt. l try Unconstrained Style Transfer,input PATH_TO_CONTENT ,PATH_TO_STYLE and CONTENT_WEIGHT. Looking forward to your reply. Thanks in advance!
Hi Yunxin, Thanks for trying out the code! I've never encountered that error before. Does the path to the style image or content image have spaces in it? this thread https://github.com/Zulko/moviepy/issues/219 says that that can cause an error like the one you're seeing with imageio. Best, Nick