LinZhekai / X-Oscar

About Official repository for "X-Oscar: A Progressive Framework for High-quality Text-guided 3D Animatable Avatar Generation"
51 stars 2 forks source link

Meets error when importing human_body_prior #5

Open yejr0229 opened 3 months ago

yejr0229 commented 3 months ago

I install huamn_body_prior==0.8.5, it's the lastest version. And I meet: image I check the github: https://github.com/nghorbani/human_body_prior/tree/cvpr19/human_body_prior,

and seems like this package is not existed, can you please check your code? Or should I change the version of huamn_body_prior?

LinZhekai commented 3 months ago

The version of human_body_prior we are using is 2.2.2.0. Please try running it according to the installation tutorial on its GitHub homepage to obtain the latest version: pip install git+https://github.com/nghorbani/configer pip install git+https://github.com/nghorbani/human_body_prior

yejr0229 commented 3 months ago

Thanks for replying. And now I miss some files: ValueError: Could not find the experiment directory: ./data/smpl_models/vposer/v2.0 image

I have download smplx and tada_extra_data, here is my data folder: image Can you provide "./data/smpl_models/vposer/v2.0" ?

LinZhekai commented 3 months ago

The Vposer files needs to be found and downloaded from the SMPL-X. We apologize for missing this point and have updated the README file.

yejr0229 commented 3 months ago

Thanks for helping,and I'd like to remind you that the pytorch-lightning is also missing after create environment,maybe you should add it too.

ruanruanruanlili commented 3 months ago

May I know the version used for pytorch lightning?

yejr0229 commented 3 months ago

My pytorch-lightning version is 2.0.0