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 404 #54

Open
jiashunwang opened this issue May 1, 2024 · 8 comments
Open

basicModel_neutral_lbs_10_207_0_v1.0.0.pkl 404 #54

jiashunwang opened this issue May 1, 2024 · 8 comments

Comments

@jiashunwang
Copy link

Hi!

Great work! I am trying to use the Colab. I found https://github.com/classner/up/raw/master/models/3D/basicModel_neutral_lbs_10_207_0_v1.0.0.pkl is 404 now. I tried to replace this file from another source but PHALP is not working. python run_opt.py data=video data.seq=022691_mpii_test data.root=/content/slahmr/demo run_opt=False run_vis=False finishes in 30 seconds and it just failed and returned nothing. Thank you for the help!

RUNNING PHALP ON /content/slahmr/demo/images/022691_mpii_test
PROCESS MainProcess ()
PHALP DIR /content/slahmr/slahmr/preproc
cd /content/slahmr/slahmr/preproc; CUDA_VISIBLE_DEVICES=0 python track.py video.source=/content/slahmr/demo/images/022691_mpii_test video.output_dir=/content/slahmr/demo/slahmr/phalp_out/022691_mpii_test overwrite=False detect_shots=True video.extract_video=False render.enable=False
[11/21 18:38:31] INFO No OpenGL_accelerate module loaded: No module

@jiashunwang
Copy link
Author

https://github.com/classner/up/raw/master/models/3D/basicModel_neutral_lbs_10_207_0_v1.0.0.pkl is 404 now and I found it influenced 4D-Humans, PHALP and SLAHMR at the same time.

@RevelationH
Copy link

I also found this issue. It seems like the author had deleted this "pkl" file on his/her repo.

@geopavlakos
Copy link
Collaborator

You can indeed download the basicModel_neutral_lbs_10_207_0_v1.0.0.pkl file from https://smplify.is.tue.mpg.de/. Please register, sign in and download the file. Then, you can put it in your colab environment.

@arnavbalaji
Copy link

I'm having a similar issue while downloading it locally. I have everything else installed and keep getting a FileNotFoundError: [Errno 2] No such file or directory: ``'basicModel_neutral_lbs_10_207_0_v1.0.0.pkl'.

I downloaded the pkl file from the source you sent, and it is currently sitting in the slahmr/slahmr directory. I'm not sure what to do with it from here.

Any help would be appreciated!

@RevelationH
Copy link

I'm having a similar issue while downloading it locally. I have everything else installed and keep getting a FileNotFoundError: [Errno 2] No such file or directory:'basicModel_neutral_lbs_10_207_0_v1.0.0.pkl'. ``

I downloaded the pkl file from the source you sent, and it is currently sitting in the slahmr/slahmr directory. I'm not sure what to do with it from here.

Any help would be appreciated!

you can check this program's Colab as a reference. The pkl file should be put into your personal cache directory but not in slahmr program directory.

@snitchjinx
Copy link

I'm having a similar issue while downloading it locally. I have everything else installed and keep getting a FileNotFoundError: [Errno 2] No such file or directory:'basicModel_neutral_lbs_10_207_0_v1.0.0.pkl'. ``
I downloaded the pkl file from the source you sent, and it is currently sitting in the slahmr/slahmr directory. I'm not sure what to do with it from here.
Any help would be appreciated!

you can check this program's Colab as a reference. The pkl file should be put into your personal cache directory but not in slahmr program directory.

Thank you for your suggestion!
I encountered the same issue and it cannot find the pkl no matter where I put it.
Would you please suggest the detailed path in colab that we should put the manually downloaded pkl file?
Thank you!

@RevelationH
Copy link

I'm having a similar issue while downloading it locally. I have everything else installed and keep getting a FileNotFoundError: [Errno 2] No such file or directory:'basicModel_neutral_lbs_10_207_0_v1.0.0.pkl'. ``
I downloaded the pkl file from the source you sent, and it is currently sitting in the slahmr/slahmr directory. I'm not sure what to do with it from here.
Any help would be appreciated!

you can check this program's Colab as a reference. The pkl file should be put into your personal cache directory but not in slahmr program directory.

Thank you for your suggestion! I encountered the same issue and it cannot find the pkl no matter where I put it. Would you please suggest the detailed path in colab that we should put the manually downloaded pkl file? Thank you!

%mkdir -p /root/.cache/4DHumans/data/smpl/

Noticed that there is a code for making new directory for the pkl file in Colab example, which is the Colab situation. You may need to change the path according to your personal machine. However, it should be put under the ".cache" directory (or its sub-directory)

@snitchjinx
Copy link

This issue still needs fix.
For those who want to quickly run the demo, my quick solution is to:

S1 manually download the model: basicModel_neutral_lbs_10_207_0_v1.0.0.pkl
S2 convert using the script from: https://rebeccabilbro.github.io/convert-py2-pickles-to-py3/
S3 rename the output .pkl as SMP_NEUTRAL.pkl and put it under:
slahmr/third-party/PHALP_plus/_DATA/models/smpl/SMP_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

5 participants