princeton-vl/RAFT

wget doesn't work for me

snavely opened this issue · 2 comments

Does anyone else have problems with the download_models.sh script?

If I run it as-is, it doesn't download a proper zip file.

If I change the wget URL to https://dl.dropboxusercontent.com/s/4j4z58wuv8o0mfz/models.zip, then it works. I'd file a pull request, but I'm suspicious that I'm the only one with this problem.

Unfortunately, I can't reproduce the issue with the current script.

But seeming as how the dl.dropboxusercontent.com link works for more people, feel free to file the PR and we will approve it.

Oh, I think I found the issue. My ~/.wgetrc file included the line

user_agent = Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:40.0) Gecko/20100101 Firefox/40.0

I must have added that for some reason. Removing that line fixes the issue, somehow. So it might just be me. Still, I will file a PR because the modified URL works even with my weird .wgetrc.