fyu / drn

Dilated Residual Networks
https://www.vis.xyz/pub/drn
BSD 3-Clause "New" or "Revised" License
1.1k stars 219 forks source link

Can't access model files on princeton site #45

Open igvartem opened 5 years ago

igvartem commented 5 years ago

Hi, everyone!

Cannot download file from https://tigress-web.princeton.edu/~fy/drn/models/drn_d_54-0e0534ff.pth. While looking at brouser it writes: "Forbidden You don't have permission to access /~fy/drn/models/drn_d_54-0e0534ff.pth on this server."

Please fix files availability!

Best regards, Artem

fyu commented 5 years ago

Thanks for reporting the issue. I have updated the downloading server url. drnd* models are available now.

akignato commented 5 years ago

Thanks, fyu, but it happens again!

jakubLangr commented 4 years ago

I got the same issue @fyu could someone upload this again?

jakubLangr commented 4 years ago

Any chance someone who previously uploaded those like @igvartem could upload them to e.g. dropbox?

Vaishnvi commented 4 years ago

Hi ,

I faced same issue. It can be fixed with following change in the file models/drn_pytorch.py in webroot url to download the required -

webroot = 'http://dl.yf.io/drn/'

Happy to help !!

Regards, Vaishnavi Khindkar

Mizzlr commented 4 years ago

Thanks @Vaishnvi. Your webroot worked for me.

LM-AuroTripathy commented 2 years ago

This does not respond anymore. webroot = 'http://dl.yf.io/drn/'

If you know where the DRN pretrained models are please post