mit-han-lab / bevfusion

[ICRA'23] BEVFusion: Multi-Task Multi-Sensor Fusion with Unified Bird's-Eye View Representation
https://bevfusion.mit.edu
Apache License 2.0
2.37k stars 427 forks source link

`download_pretrained.sh` fails due to 404 #584

Closed josh-wende closed 10 months ago

josh-wende commented 10 months ago

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?

josh-wende commented 10 months ago

Whoops, duplicate of #521. The temporary fix suggested in there still works.