StacyYang / MXNet-Gluon-Style-Transfer

Neural Style and MSG-Net
http://computervisionrutgers.github.io/MSG-Net/
MIT License
148 stars 32 forks source link

fail to open "models\mxvgg.params" #3

Closed exitNA closed 6 years ago

exitNA commented 6 years ago

hi: I have tried to run

python main.py optim --content-image images/content/venice-boat.jpg --style-image images/styles/candy.jpg

but I got an error:

LocalFileSystem: fail to open "models\mxvgg.params"

I have checked the models dir, which there is no mxvgg.params file, but it has an download_model.sh script, then, but it only download 21styles.params no mxvgg.params. where can i find mxvgg.params?

zhanghang1989 commented 6 years ago

It should be automatically downloaded https://github.com/zhanghang1989/MXNet-Gluon-Style-Transfer/blob/master/utils.py#L207

exitNA commented 6 years ago

ok,thanks