openpose icon indicating copy to clipboard operation
openpose copied to clipboard

Couldn't download the model `pose_iter_584000.caffemodel`

Open ostadsgo opened this issue 9 months ago • 8 comments

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. ....

ostadsgo avatar Mar 22 '25 11:03 ostadsgo

Exact same issue, guessing the server is down or unreachable?

xxakirhaxx avatar Mar 22 '25 21:03 xxakirhaxx

Exact same issue, guessing the server is down or unreachable?

But isn't installation with cmake not working currently? So what's the point?

Lenos500 avatar Mar 22 '25 23:03 Lenos500

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.

fab7448 avatar Mar 24 '25 08:03 fab7448

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?

Lenos500 avatar Mar 24 '25 09:03 Lenos500

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. ....

I was able to download the models following this: https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/1602#issuecomment-641653411

fab7448 avatar Mar 24 '25 09:03 fab7448

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

fab7448 avatar Mar 24 '25 09:03 fab7448

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

Lenos500 avatar Mar 24 '25 12:03 Lenos500

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.

Etarnalazure avatar Apr 19 '25 14:04 Etarnalazure