skhu101 / GauHuman

Code for our CVPR'2024 paper "GauHuman: Articulated Gaussian Splatting from Monocular Human Videos"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

smpl_param.Rh VS. R?

GloryyrolG opened this issue · comments

Hi @skhu101 ,

Thx for the great advance.
May I ask, the extrinsic param R (from annots.npy) seems not to be used, but smpl_param.Rh (from smpl_params/*.npy) plays the role. May u provide more info on this?

cam_infos.append(CameraInfo(uid=idx, pose_id=pose_index, R=R, T=T, K=K, FovY=FovY, FovX=FovX, image=image,

Thx & Rgds,