pathak22 / context-encoder

[CVPR 2016] Unsupervised Feature Learning by Image Inpainting using GANs
https://www.cs.cmu.edu/~dpathak/context_encoder/
Other
873 stars 204 forks source link

File not found #110

Open vivamoto opened 1 year ago

vivamoto commented 1 year ago

Hi Pathak,

I'm following the instructions of the Semantic Inpainting Demo. I got the error below when running the script to populate the ./models/ folder with trained models. The file inpaintCenterModels.tar.gz doesn't exist.

Downloading the Inpainting Center Fill models (504MB)...
--2022-06-27 17:01:08--  http://www.cs.berkeley.edu/~pathak/context_encoder/resources/inpaintCenterModels.tar.gz
Resolving www.cs.berkeley.edu (www.cs.berkeley.edu)... 23.185.0.1, 2620:12a:8000::1, 2620:12a:8001::1
Connecting to www.cs.berkeley.edu (www.cs.berkeley.edu)|23.185.0.1|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.cs.berkeley.edu/~pathak/context_encoder/resources/inpaintCenterModels.tar.gz [following]
--2022-06-27 17:01:08--  https://www.cs.berkeley.edu/~pathak/context_encoder/resources/inpaintCenterModels.tar.gz
Connecting to www.cs.berkeley.edu (www.cs.berkeley.edu)|23.185.0.1|:443... connected.
WARNING: cannot verify www.cs.berkeley.edu's certificate, issued by ‘/C=US/O=Let's Encrypt/CN=R3’:
  Issued certificate has expired.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://people.eecs.berkeley.edu/~pathak/context_encoder/resources/inpaintCenterModels.tar.gz [following]
--2022-06-27 17:01:08--  https://people.eecs.berkeley.edu/~pathak/context_encoder/resources/inpaintCenterModels.tar.gz
Resolving people.eecs.berkeley.edu (people.eecs.berkeley.edu)... 128.32.244.190
Connecting to people.eecs.berkeley.edu (people.eecs.berkeley.edu)|128.32.244.190|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2022-06-27 17:01:09 ERROR 404: Not Found.

Unzipping...

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Downloading Done.
Checksum is incorrect. DELETE and download again.

Indeed, the file doesn't exist at Berkeley website:

image

You might share in Google Drive and provide the link.

Best regards, Victor.