wmcnally / kapao

KAPAO is an efficient single-stage human pose estimation model that detects keypoints and poses as objects and fuses the detections to predict human poses.
GNU General Public License v3.0
753 stars 103 forks source link

torch==1.9.1 no longer supported #95

Open hgrandy94 opened 1 year ago

hgrandy94 commented 1 year ago

Popular package repositories no longer support torch==1.9.1 (I tried - and failed - with both pip and conda). This version of torch is required to run any processing successfully. I found a comment from the author from a closed issue stating this. Just for a sanity check, I tried torch=1.11.0, the oldest version still supported by both pip and conda, but it did not work.

If anyone has a workaround for this, please let me know. Without access to this version 1.9.1 of torch, I don't believe it is possible to use KAPAO.

d-golden372 commented 10 months ago

I am not sure if you have found a solution subsequently but you can find most previous versions of torch at https://pytorch.org/get-started/previous-versions/.

This includes versions that are cuda capable. I think you should be able to find commands to use pip to install torch 1.9.1