Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

basicModel_neutral_lbs_10_207_0_v1.0.0.pkl was removed from repo #68

Open
drewtu2 opened this issue Dec 20, 2024 · 3 comments
Open

basicModel_neutral_lbs_10_207_0_v1.0.0.pkl was removed from repo #68

drewtu2 opened this issue Dec 20, 2024 · 3 comments

Comments

@drewtu2
Copy link

drewtu2 commented Dec 20, 2024

When attempting to following the instructions to run the human pose extraction, the script errors out with the following.

--2024-12-20 01:38:13--  https://github.com/classner/up/raw/master/models/3D/basicModel_neutral_lbs_10_207_0_v1.0.0.pkl                                                                                             Resolving github.com (github.com)... 140.82.116.4
Connecting to github.com (github.com)|140.82.116.4|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-12-20 01:38:14 ERROR 404: Not Found.
[12/20 01:38:14] ERROR    Error processing scene 14: [Errno 2] No such file or directory: 'basicModel_neutral_lbs_10_207_0_v1.0.0.pkl'                                                      
humanpose_process.py:140

This is because the model was removed from the target repo in this commit. classner/up@944d1e3

I am still trying to figure out who is trying to download this since nothing comes up when I search for this in the project directory....

@drewtu2
Copy link
Author

drewtu2 commented Dec 20, 2024

Update: it's coming from PHALP.
https://github.com/brjathu/PHALP/blob/master/phalp/trackers/PHALP.py#L657

These have been reported to PHALP here:
brjathu/PHALP#33
brjathu/PHALP#38

@drewtu2
Copy link
Author

drewtu2 commented Dec 20, 2024

Put together a CL to bypass this issue for for now...
brjathu/PHALP#46

To bypass, we can use the replace the following line in this document

pip install git+https://github.com/brjathu/PHALP.git

with this

pip install git+https://github.com/drewtu2/PHALP.git

Update: Nevermind, we end up running into the same error as described in brjathu/PHALP#38 with an invalid key.

@drewtu2
Copy link
Author

drewtu2 commented Dec 20, 2024

Seems like the correct way to handle this without modifying their repo is to symlink the file path $HOME/.cache/phalp/3D/models/smpl/SMPL_NEUTRAL.pkl to the SMPL_NEUTRAL.pkl file set up in the prerequisites section of this document.

If $HOME/.cache/phalp/3D/models/smpl/SMPL_NEUTRAL.pkl exists, PHALP will skip attempting to download the file all together.

You then need to also add a symlink to the 4D humans cache too. ~/.cache/4DHumans/data/smpl/SMPL_NEUTRAL.pkl.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant