vye16 / slahmr

MIT License
440 stars 50 forks source link

basicModel_neutral_lbs_10_207_0_v1.0.0.pkl 404 #54

Open jiashunwang opened 2 months ago

jiashunwang commented 2 months ago

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 commented 2 months ago

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 commented 2 months ago

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

geopavlakos commented 2 months ago

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 commented 1 month ago

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 commented 1 month ago

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.