↓ 2 callersFunctionapply_T_on_points Args: points: (..., N, 3) T: (..., 4, 4) Returns: (..., N, 3)
smpl_vis/utils/geo_transform.py:47
↓ 2 callersFunctioncompute_T_ayfz2ay Args: joints: (B, J, 3), in the start-frame, ay-coordinate Returns: if inverse == False: T_ayfz2ay: (B, 4, 4)
smpl_vis/utils/geo_transform.py:70
↓ 2 callersMethodfk_batch(self, pose, trans, convert_to_mat=True, return_full=False, dt=1 / 30)
smpl_retarget/mink_retarget/retargeting/torch_smplx_humanoid_batch.py:224
↓ 2 callersFunctionget_global_cameras_static(
verts, beta=4.0, cam_height_degree=30, target_center_height=1.0, use_long_axis=False, vec_rot=45, device
smpl_vis/utils/renderer.py:305
↓ 2 callersFunctionget_ground_params_from_pointsxz-plane is the ground plane Args: root_points: (L, 3), to decide center vert_points: (L, V, 3), to decide scale
smpl_vis/utils/renderer.py:344
↓ 2 callersMethodrender_with_ground :param verts (N, V, 3), potential multiple people :param colors (N, 3) or (N, V, 3) :param faces (N, F, 3), optional, otherwi
smpl_vis/utils/renderer.py:244