Couldn't download the model `pose_iter_584000.caffemodel`
I follow the instruction for windows as explained here but when I double click on getBaseModel.bat the model didn't get download.
Got this error
------------------------- BODY, FOOT, FACE, AND HAND MODELS ------------------------- ----- Downloading body pose (COCO and MPI), face and hand models -----
------------------------- POSE (BODY+FOOT) MODELS ------------------------- Body (BODY_25) --2025-03-22 15:10:38-- 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)... 2001:4188:2:600:10:10:34:35, 10.10.34.35 Connecting to posefs1.perception.cs.cmu.edu (posefs1.perception.cs.cmu.edu)|2001:4188:2:600:10:10:34:35|:80... failed: Bad file descriptor. Connecting to posefs1.perception.cs.cmu.edu (posefs1.perception.cs.cmu.edu)|10.10.34.35|:80... connected. HTTP request sent, awaiting response... No data received. Retrying.
--2025-03-22 15:10:42-- (try: 2) http://posefs1.perception.cs.cmu.edu/OpenPose/models/pose/body_25/pose_iter_584000.caffemodel Connecting to posefs1.perception.cs.cmu.edu (posefs1.perception.cs.cmu.edu)|10.10.34.35|:80... connected. HTTP request sent, awaiting response... No data received. Retrying. ....
Exact same issue, guessing the server is down or unreachable?
Exact same issue, guessing the server is down or unreachable?
But isn't installation with cmake not working currently? So what's the point?
same issue, looks like the server is down:
ping posefs1.perception.cs.cmu.edu
Pinging posefs1.perception.cs.cmu.edu [128.2.220.57] with 32 bytes of data:
Request timed out.
same issue, looks like the server is down:
ping posefs1.perception.cs.cmu.edu Pinging posefs1.perception.cs.cmu.edu [128.2.220.57] with 32 bytes of data: Request timed out.
But isn't installation with cmake not working currently? So what's the point?
I follow the instruction for windows as explained here but when I double click on
getBaseModel.batthe model didn't get download. Got this error------------------------- BODY, FOOT, FACE, AND HAND MODELS ------------------------- ----- Downloading body pose (COCO and MPI), face and hand models -----
------------------------- POSE (BODY+FOOT) MODELS ------------------------- Body (BODY_25) --2025-03-22 15:10:38-- 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)... 2001:4188:2:600:10:10:34:35, 10.10.34.35 Connecting to posefs1.perception.cs.cmu.edu (posefs1.perception.cs.cmu.edu)|2001:4188:2:600:10:10:34:35|:80... failed: Bad file descriptor. Connecting to posefs1.perception.cs.cmu.edu (posefs1.perception.cs.cmu.edu)|10.10.34.35|:80... connected. HTTP request sent, awaiting response... No data received. Retrying.
--2025-03-22 15:10:42-- (try: 2) http://posefs1.perception.cs.cmu.edu/OpenPose/models/pose/body_25/pose_iter_584000.caffemodel Connecting to posefs1.perception.cs.cmu.edu (posefs1.perception.cs.cmu.edu)|10.10.34.35|:80... connected. HTTP request sent, awaiting response... No data received. Retrying. ....
I was able to download the models following this: https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/1602#issuecomment-641653411
same issue, looks like the server is down:
ping posefs1.perception.cs.cmu.edu Pinging posefs1.perception.cs.cmu.edu [128.2.220.57] with 32 bytes of data: Request timed out.But isn't installation with cmake not working currently? So what's the point?
I'm not using cmake, I'm using the Windows release
same issue, looks like the server is down:
ping posefs1.perception.cs.cmu.edu Pinging posefs1.perception.cs.cmu.edu [128.2.220.57] with 32 bytes of data: Request timed out.But isn't installation with cmake not working currently? So what's the point?
I'm not using cmake, I'm using the Windows release
Oh makes sense I was using Google colab
Check out the latest commit from 9 months ago. They changed the link from "osefs1.perception.cs.cmu.edu" to "vcl.snu.ac.kr", the download works for me, however theres the question about the site being legit.. Guess I'll find out if my pc starts dying.