You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a beginner in human reconstruction. I want to ask why pred_rotmat is 24×3×3 obtained by follows:
with torch.no_grad():
pred_rotmat, pred_betas, pred_cam_crop = cliff_model(norm_img, bbox_info)
What is the difference between it and the pose parameters θ in the smpl model. Can I interpret it this way: pred_rotmat (24×3×3) can transfer to pred_pose (1×72) according following, and pred_pose (1×72) is equal to pose parameters θ ??
I'm a beginner in human reconstruction. I want to ask why pred_rotmat is 24×3×3 obtained by follows:
with torch.no_grad():
pred_rotmat, pred_betas, pred_cam_crop = cliff_model(norm_img, bbox_info)
What is the difference between it and the pose parameters θ in the smpl model. Can I interpret it this way: pred_rotmat (24×3×3) can transfer to pred_pose (1×72) according following, and pred_pose (1×72) is equal to pose parameters θ ??
The text was updated successfully, but these errors were encountered: