skhu101 / GauHuman

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

How to get the rotation matrix representing the orientation of the human body? #41

Closed JiatengLiu closed 4 months ago

JiatengLiu commented 4 months ago

As mentioned in the title.

skhu101 commented 4 months ago

Hi, do you mean lookat camera matrix? If so, you can refer to https://github.com/skhu101/GauHuman/issues/29.

JiatengLiu commented 4 months ago

Thanks for your reply! I have know how to solve it.

JiatengLiu commented 4 months ago

I checked #29, which does not solve my problem, but I found what I need, the orientation of the human body corresponds to smpl_param['R'], just apply it to the normal, sorry to bother you.