Hi, when I run the download_pretrained.sh script, I get the following errors from the first download (wget https://bevfusion.mit.edu/files/pretrained_updated/bevfusion-det.pth):
--2024-01-08 18:41:10-- https://bevfusion.mit.edu/files/pretrained_updated/bevfusion-det.pth
Resolving bevfusion.mit.edu (bevfusion.mit.edu)... 18.25.16.171
Connecting to bevfusion.mit.edu (bevfusion.mit.edu)|18.25.16.171|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://hanlab.mit.edu/projects/bevfusion/files/pretrained_updated/bevfusion-det.pth [following]
--2024-01-08 18:41:11-- http://hanlab.mit.edu/projects/bevfusion/files/pretrained_updated/bevfusion-det.pth
Resolving hanlab.mit.edu (hanlab.mit.edu)... 44.238.31.106, 44.238.105.202, 44.227.170.101
Connecting to hanlab.mit.edu (hanlab.mit.edu)|44.238.31.106|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://hanlab.mit.edu/projects/bevfusion/files/pretrained_updated/bevfusion-det.pth [following]
--2024-01-08 18:41:11-- https://hanlab.mit.edu/projects/bevfusion/files/pretrained_updated/bevfusion-det.pth
Connecting to hanlab.mit.edu (hanlab.mit.edu)|44.238.31.106|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-01-08 18:41:13 ERROR 404: Not Found.
It tries redirecting the download to the new correct location twice, but then the file can't be found at this final location. Every download in the list fails in this way. Is this something I'm doing wrong, or have the files been moved again?
Hi, when I run the
download_pretrained.sh
script, I get the following errors from the first download (wget https://bevfusion.mit.edu/files/pretrained_updated/bevfusion-det.pth
):It tries redirecting the download to the new correct location twice, but then the file can't be found at this final location. Every download in the list fails in this way. Is this something I'm doing wrong, or have the files been moved again?