junyanz / interactive-deep-colorization

Deep learning software for colorizing black and white images with a few clicks.
https://richzhang.github.io/ideepcolor/
MIT License
2.69k stars 447 forks source link

Model URL no longer working #94

Closed dev0987 closed 1 year ago

dev0987 commented 1 year ago

The Berkeley links with the pre-trained models are no longer accessible. Is there another archive with them ?

Not found: https://colorization.eecs.berkeley.edu/siggraph/models/pytorch.pth

Dakes commented 1 year ago

I have uploaded them here: [https://drive.google.com/file/d/1j31_ZOFXrKrTbCpa_2FAwFmaQblO08RL/view?usp=share_link]()

Dakes commented 1 year ago

I just checked the link. It does work, but just with HTTP: [http://colorization.eecs.berkeley.edu/siggraph/models/pytorch.pth]()

dev0987 commented 1 year ago

Thanks for the link. Turns out Firefox https only mode was the culprit, manually adding the full url exception fixes the issue.