eldar / pose-tensorflow

Human Pose estimation with TensorFlow framework
GNU Lesser General Public License v3.0
1.14k stars 384 forks source link

download_models.sh: curl: not found #94

Closed harrisonford closed 5 years ago

harrisonford commented 5 years ago

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?

Annie1ustc commented 5 years ago

Try installing curl by: sudo apt-get install curl

eldar commented 5 years ago

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