Jeff-sjtu / HybrIK

Official code of "HybrIK: A Hybrid Analytical-Neural Inverse Kinematics Solution for 3D Human Pose and Shape Estimation", CVPR 2021
MIT License
1.21k stars 147 forks source link

Folder structure??? #177

Open Echolink50 opened 1 year ago

Echolink50 commented 1 year ago

Can someone explain where all those downloaded files and models go in what folders. The instructions don't really explain all that. Thanks everyone

nbartzokas commented 1 year ago

This worked for me on Google Colab. This list may be more than you need. It also may lack some files you'd need to run the system with certain configs...

/content/HybrIK/model_files/smplx/SMPLX_FEMALE.npz /content/HybrIK/model_files/smplx/SMPLX_FEMALE.pkl /content/HybrIK/model_files/smplx/SMPLX_MALE.npz /content/HybrIK/model_files/smplx/SMPLX_MALE.pkl /content/HybrIK/model_files/smplx/SMPLX_NEUTRAL.npz /content/HybrIK/model_files/smplx/SMPLX_NEUTRAL.pkl /content/HybrIK/model_files/smplx/smplx_npz.zip /content/HybrIK/model_files/smplx/version.txt /content/HybrIK/model_files/basicModel_neutral_lbs_10_207_0_v1.0.0.pkl
/content/HybrIK/model_files/h36m_mean_beta.npy
/content/HybrIK/model_files/J_regressor_h36m.npy
/content/HybrIK/model_files/smplx_kid_template.npy /content/HybrIK/pretrained_models/hybrik_hrnet.pth

Echolink50 commented 1 year ago

Thanks my friend. I will give this a try and report back. I am trying to run local on Windows 10 with RTX 3060 Ti 8GB Vram using Anaconda3 if it matters. I have run dozens of these Ai GitHub repos so I am familiar with setting up envs and such. This one was just lacking a little bit in the installation instructions and it's not a really popular repo so not much coming from a Google search or YouTube. Thanks again

nbartzokas commented 1 year ago

Good luck!

AmoghTiwari commented 1 year ago

@nbartzokas : Thanks for your inputs. They were helpful when I was trying to set up the code. @Echolink50 : In case you are still stuck, you can have a look at #186 I have included some more information about where to get the above mentioned files from also.