openpose icon indicating copy to clipboard operation
openpose copied to clipboard

server error fetching models from posefs1.perception.cs.cmu.edu

Open khimaros opened this issue 2 years ago • 2 comments

Issue Summary

getModels.sh fails to download due to what appears to be a network or server error.

Executed Command (if any)

Note: add --logging_level 0 --disable_multi_thread to get higher debug information.

cd models && ./getModels.sh

OpenPose Output (if any)

openpose$ cd models && ./getModels.sh 
--2023-09-30 07:27:12--  http://posefs1.perception.cs.cmu.edu/OpenPose/models/pose/body_25/pose_iter_584000.caffemodel
Resolving posefs1.perception.cs.cmu.edu (posefs1.perception.cs.cmu.edu)... 128.2.220.57
Connecting to posefs1.perception.cs.cmu.edu (posefs1.perception.cs.cmu.edu)|128.2.220.57|:80... failed: No route to host.
--2023-09-30 07:27:13--  http://posefs1.perception.cs.cmu.edu/OpenPose/models/pose/coco/pose_iter_440000.caffemodel
Resolving posefs1.perception.cs.cmu.edu (posefs1.perception.cs.cmu.edu)... 128.2.220.57
Connecting to posefs1.perception.cs.cmu.edu (posefs1.perception.cs.cmu.edu)|128.2.220.57|:80... failed: No route to host.
--2023-09-30 07:27:14--  http://posefs1.perception.cs.cmu.edu/OpenPose/models/pose/mpi/pose_iter_160000.caffemodel

Errors (if any)

No route to host.

Type of Issue

Production or network issue.

Your System Configuration

N/A

khimaros avatar Sep 30 '23 14:09 khimaros

i tried posefs1 through posefs6, none of them can be reached on port 443

$ nc -4 -vz -w 500ms xkcd.com 443; for i in $(seq 1 6); do nc -vz -w 2 posefs$i.perception.cs.cmu.edu 443; done
Ncat: Version 7.94SVN ( https://nmap.org/ncat )
Ncat: Connected to 151.101.0.67:443.
Ncat: 0 bytes sent, 0 bytes received in 0.29 seconds.
Ncat: Version 7.94SVN ( https://nmap.org/ncat )
Ncat: No route to host.
Ncat: Version 7.94SVN ( https://nmap.org/ncat )
Ncat: TIMEOUT.
Ncat: Version 7.94SVN ( https://nmap.org/ncat )
Ncat: TIMEOUT.
Ncat: Version 7.94SVN ( https://nmap.org/ncat )
Ncat: TIMEOUT.
Ncat: Version 7.94SVN ( https://nmap.org/ncat )
Ncat: TIMEOUT.
Ncat: Version 7.94SVN ( https://nmap.org/ncat )
Ncat: TIMEOUT.

khimaros avatar Sep 30 '23 14:09 khimaros

https://github.com/wufake70/myCmake/blob/master/005-%E6%9E%84%E5%BB%BApyopenpose.md maybe i can help you (window) 也许我能帮助你(window)

wufake70 avatar Oct 04 '23 09:10 wufake70