dwofk/fast-depth

Cannot download the pretrained model

Closed this issue ยท 2 comments

wget -r -np -nH --cut-dirs=2 --reject "index.html*" http://datasets.lids.mit.edu/fastdepth/results/

returns robots.txt.

I had the same issue and in the end I just used :

wget http://datasets.lids.mit.edu/fastdepth/results/mobilenet-nnconv5dw-skipadd-pruned.pth.tar |  

Thanks Anne-Claire! That resolved it.