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

Links are not working #38

Open
sinanmut opened this issue May 23, 2024 · 4 comments
Open

Links are not working #38

sinanmut opened this issue May 23, 2024 · 4 comments

Comments

@sinanmut
Copy link

Links for downlading the npy files into the 3D folder, in trackers/PHALP.py, are not working. How can we download them? Thanks

@budzianowski
Copy link

Try: wget https://github.com/classner/up/blob/821a390fbf87a522fb327fc46736eda0326e2a06/models/3D/basicModel_neutral_lbs_10_207_0_v1.0.0.pkl

@HKEa
Copy link

HKEa commented May 28, 2024

Try: wget https://github.com/classner/up/blob/821a390fbf87a522fb327fc46736eda0326e2a06/models/3D/basicModel_neutral_lbs_10_207_0_v1.0.0.pkl

Hi budzianowski,
thanks, but now a new error:
File "/home/packages_source/PHALP/phalp/utils/utils.py", line 137, in convert_pkl
loaded = pickle.load(f, encoding="latin1")
_pickle.UnpicklingError: invalid load key, '\x0a'

@drewtu2
Copy link

drewtu2 commented Dec 20, 2024

duplicates #33

@drewtu2
Copy link

drewtu2 commented Dec 20, 2024

Seems like the correct way to handle this is to symlink the file path $HOME/.cache/phalp/3D/models/smpl/SMPL_NEUTRAL.pkl to the the new model SMPL_NEUTRAL.pkl files downloaded directly from https://smpl.is.tue.mpg.de. As of today, the newest version of the model is basicmodel_neutral_lbs_10_207_0_v1.1.0.

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

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

4 participants