ml-hugs
ml-hugs copied to clipboard
Official repository of HUGS: Human Gaussian Splats (CVPR 2024)
Hello, I am excited about this amazing work, but I want to make it train on my own ITW dataset, so I am wondering the release of preprocess script to...
What should I do to change a character into various scenes? Thank you for your help.
There is a bug in l10 in hugs/utils/subdivide_smpl.py replace ``` new_smpl = SMPL("data/smpl") ``` with ``` from hugs.cfg.constants import SMPL_PATH new_smpl = SMPL(SMPL_PATH ) ``` same at l75 Line 73...
Thanks for your great work, in human avatar papers, most of them will update smpl params (betas, body_pose, etc.) during training as the estimated one not exactly accurate, when I...