YuliangXiu / ICON

[CVPR'22] ICON: Implicit Clothed humans Obtained from Normals
https://icon.is.tue.mpg.de
Other
1.6k stars 218 forks source link

Why can't I use the smplx downloaded from thuman2 github? #188

Open gushengbo opened 1 year ago

gushengbo commented 1 year ago

the smplx downloaded from thuman2 github can align with scans. but when I run test in thuman2, I get error. 1678944207399 I want to know have you dealed with the smplx on your own data?

heamina commented 1 year ago

hello, can you help me solve this question?

image

there are hard to download,how do you solve it?

gushengbo commented 1 year ago

hello, can you help me solve this question? image there are hard to download,how do you solve it?

you can download it offline

heamina commented 1 year ago

I want to do it,but when i open this link "https://github.com/facebookresearch/pytorch3d.git", i don't know how to download it, can you tell me detailedly, please, thank you very much

gushengbo commented 1 year ago

I want to do it,but when i open this link "https://github.com/facebookresearch/pytorch3d.git", i don't know how to download it, can you tell me detailedly, please, thank you very much

you can get what you want in INSTALL.md

heamina commented 1 year ago

i use this command,but it get stuck

image
heamina commented 1 year ago
image
gushengbo commented 1 year ago
image

I suggest to install from source

heamina commented 1 year ago
image

i already use source

heamina commented 1 year ago

did you use this command "conda env create -f environment.yaml " ? i just use "conda create -n icon python=3.8" to create a env,and then to execute "source activate icon pip install torch==1.8.2 torchvision==0.9.2 torchaudio==0.8.2 --extra-index-url https://download.pytorch.org/whl/lts/1.8/cu111 pip install -r requirements.txt --use-deprecated=legacy-resolver " is this right?

heamina commented 1 year ago

I have solved it, thank you very much!

YuliangXiu commented 1 year ago

I have solved it, thank you very much!

Would you mind sharing your solution, which would help others who have the same issue. Thanks for help.

xiyichen commented 7 months ago

@gushengbo I got a similar problem with SMPL-X fittings downloaded from thuman 2.0 website. Did you manage to find the reason with the bad results?