skhu101 / GauHuman

Code for our CVPR'2024 paper "GauHuman: Articulated Gaussian Splatting from Monocular Human Videos"
Other
285 stars 23 forks source link

ValueError: cannot reshape array of size 620100 into shape (6890,3) #17

Closed JasonTian1091 closed 5 months ago

JasonTian1091 commented 5 months ago

When I run train_zju_mocap_refine.sh, an error occurs: The issue seems to arise when attempting to reshape the array, as its size does not match the expected shape of (6890, 3). image

image If I could receive your assistance, I would be extremely grateful.

skhu101 commented 5 months ago

Hi, it is quite strange. Could you show me the dimension of parameters in big_pose_smpl_param and the dimension of shapedirs and v_template in smpl_numpy.py?

JasonTian1091 commented 5 months ago

image but the explanation is different. image i'm confused.

JasonTian1091 commented 5 months ago

oh~~ it's my mistake,smpl_model is mismatch. anyway,thanks a lot!

Malcclon commented 5 months ago

Hi,I also meet the same problem,I tried two versions from https://smpl.is.tue.mpg.de/download.php,but it seems that the version v1.0.0 lacks the neutral model, and I met the same problem above when I used the neutral smpl from v1.1.0 version,would you mind telling me how did you solve the problem,thanks a lot !

RxChi1d commented 4 months ago

Hi,I also meet the same problem,I tried two versions from https://smpl.is.tue.mpg.de/download.php,but it seems that the version v1.0.0 lacks the neutral model, and I met the same problem above when I used the neutral smpl from v1.1.0 version,would you mind telling me how did you solve the problem,thanks a lot !

I have the same question in the begining. And I try the SMLP model which requires in HumanNeRF, it works. You can test it.

Have a nice day.

imabackstabber commented 3 months ago

Hi,I also meet the same problem,I tried two versions from https://smpl.is.tue.mpg.de/download.php,but it seems that the version v1.0.0 lacks the neutral model, and I met the same problem above when I used the neutral smpl from v1.1.0 version,would you mind telling me how did you solve the problem,thanks a lot !

I have the same question in the begining. And I try the SMLP model which requires in HumanNeRF, it works. You can test it.

Have a nice day.

This works for me. It turns out you need to get to SMPLify Page to download. An update on README.md is needed.

skhu101 commented 3 months ago

Hi, thanks for your information. Have updated the README.md.