dwofk / fast-depth

ICRA 2019 "FastDepth: Fast Monocular Depth Estimation on Embedded Systems"
MIT License
926 stars 189 forks source link

Cannot download the pretrained model #50

Closed kaanaksit closed 3 years ago

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

returns robots.txt.

Anne-ClaireFouchier commented 3 years ago

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 3 years ago

Thanks Anne-Claire! That resolved it.