richzhang / colorization

Automatic colorization using deep neural networks. "Colorful Image Colorization." In ECCV, 2016.
http://richzhang.github.io/colorization/
BSD 2-Clause "Simplified" License
3.34k stars 921 forks source link

Pretrained weights are inaccessible #86

Closed IRDonch closed 3 years ago

IRDonch commented 3 years ago

The URLs from which the code downloads the pre-trained models (siggraph17-df00044c.pth, colorization_release_v2-9b330a0b.pth) are no longer accessible. They now return HTTP 403 errors.

therealzuc commented 3 years ago

I have found the same issue. I can not access pre-trained models both for eccv16 and for siggraph17.

richzhang commented 3 years ago

Thanks for pointing this out! The s3 buckets accidentally went to private. They should be accessible now

therealzuc commented 3 years ago

Thank you for the quick response!

IRDonch commented 3 years ago

Thanks, I confirm that the URLs work again.

Zamachi commented 8 months ago

Hi, I don't know whether it's just me, or the issue still persists, but I still get 403 forbidden when trying to download pretrained weights(master branch).