Cannot download the pretrained model
kaanaksit opened this issue ยท 2 comments
kaanaksit commented
wget -r -np -nH --cut-dirs=2 --reject "index.html*" http://datasets.lids.mit.edu/fastdepth/results/
returns robots.txt
.
Anne-ClaireFouchier commented
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 |
kaanaksit commented
Thanks Anne-Claire! That resolved it.