tensorlayer / SRGAN

Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network
https://github.com/tensorlayer/tensorlayerx
3.24k stars 813 forks source link

vgg link #216

Open chirag-jethvaa opened 3 years ago

chirag-jethvaa commented 3 years ago

This is the link for the pre-trained vgg19: image and I am getting this error: [HTTP 404: Not found] image

Laicheng0830 commented 3 years ago

You can download vgg19 model from:https://github.com/tensorlayer/pretrained-models/tree/master/models Place the file in the directory /models.

bittervirgin commented 3 years ago

@Laicheng0830 I have edited model_urls as you commented but it still returns same "Error 404"

Laicheng0830 commented 3 years ago

@bittervirgin try downloading the vgg19 model from:https://github.com/tensorlayer/pretrained-models/tree/master/models

chirag-jethvaa commented 3 years ago

still the error is same.

chirag-jethvaa commented 3 years ago

No links are working. Is there any other way to get this pre-trained model like on google drive or?

chirag-jethvaa commented 3 years ago

solution: download vgg19.npy from here

place this downloaded model into "models" folder

comment the maybe_download line image

Dae12-Han commented 3 years ago

@chirag-jethvaa I had such a hard time for a few hours because the error was not solved. But I solved it after seeing your solution. Thank you so much!

mohamedabdallah1996 commented 1 year ago

It worked for me when I downloaded the model from here