apple / ml-hugs

Official repository of HUGS: Human Gaussian Splats (CVPR 2024)
https://machinelearning.apple.com/research/hugs
Other
164 stars 16 forks source link

[bugs] Using SMPL-v1.1.0 with 300 shape pcs can't run train or evaluation successfully #3

Closed Owen-Fish closed 2 months ago

Owen-Fish commented 3 months ago

I am very happy to be open source. I found two problems during the execution of the code.

  1. using SMPL-v1.1.0 with 300 shapes can't run successfully with such RuntimeError: image

    The reason for this error is that the dimensions of betas read from the /data/neuman/dataset are only 10, which does not match the recommended smpl-v1.1.0 which has 300 dims PCs.

[qiuck fix] use SMPL-V1.0.0 is OK

  1. Inconsistency between keywords in configfile and code. image

    [quick fix] Just make sure that the keyword cfg.human.name is consistent in the configfile and code.

mkocabas commented 2 months ago

@Owen-Fish thanks for reporting this. You can check my latest PR here https://github.com/apple/ml-hugs/pull/4 to get rid of the first issue.