Update download_models.sh with more robust URL. (#168)

The old models.zip URL didn't work with certain .wgetrc settings. This new one seems to be more robust.

fixes #167
This commit is contained in:
Noah Snavely 2023-08-23 15:10:28 -04:00 committed by GitHub
parent aac9dd5472
commit 3fa0bb0a9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
#!/bin/bash
wget https://www.dropbox.com/s/4j4z58wuv8o0mfz/models.zip
wget https://dl.dropboxusercontent.com/s/4j4z58wuv8o0mfz/models.zip
unzip models.zip