eldar/pose-tensorflow

download_models.sh: curl: not found

Closed this issue · 2 comments

Hi, I tried using the sh script to download mpii-single-resenet-101 from a new computer and the download url seems to be unavailable right now, is anybody having the same problem?

Try installing curl by:
sudo apt-get install curl

eldar commented

I added a fix to the download scripts, that will make them use wget when curl is not available.