Klaus
Klaus
https://github.com/zhanghang1989/PyTorch-Multi-Style-Transfer/issues/34#issuecomment-558781248
`python main.py evaluate \ --weights ./weights/aquarelle \ --content ./path/to/content/image.jpg(video.mp4) \ --result ./path/to/save/results/image.jpg` Index file should read all the data from weights folder . Basically depend on the image you select...
> python main.py train \ > --style /scratch/moldach/PyTorch-Style-Transfer/experiments/images/matts-styles/birmingham.jpg \ > --dataset datasets/train2014 \ > --weights imagenet-vgg-verydeep-19.mat But that imagenet-vgg-verydeep-19.mat should not be in there or anywhere in this project ,...
> I think i found the issue, i read somewhere in the docs that path is also used as name for checkpoints!!! so if you add a path it can...