↓ 6 callersFunctionprocess_db_coord(joint_img, joint_cam, joint_valid, do_flip, img_shape, flip_pairs, img2bb_trans, rot,
sr
HMR-Scorer/common/utils/preprocessing.py:201
↓ 5 callersFunctionnlc_to_nchwConvert [N, L, C] shape tensor to [N, C, H, W] shape tensor. Args: x (Tensor): The input tensor of shape [N, L, C] before conversion.
HMR-Scorer/main/transformer_utils/mmpose/models/backbones/hrformer.py:18
↓ 4 callersFunctionbatch_rigid_align mesh_out: [bs, multi_n, 10475, 3] gt_mesh: [bs, 1, 10475, 3]
HMR-Scorer/common/utils/transforms.py:95
↓ 4 callersFunctionnchw_to_nlcFlatten [N, C, H, W] shape tensor to [N, L, C] shape tensor. Args: x (Tensor): The input tensor of shape [N, C, H, W] before conversion.
HMR-Scorer/main/transformer_utils/mmpose/models/backbones/hrformer.py:35
↓ 4 callersFunctionprocess_db_coord_w_cam(joint_img, joint_cam, princpt, cam_trans, joint_valid, do_flip, img_shape, flip_pairs,
HMR-Scorer/common/utils/preprocessing.py:256
↓ 3 callersFunction_load_checkpointLoad checkpoint from somewhere (modelzoo, file, url). Args: filename (str): Accept local filepath, URL, ``torchvision://xxx``,
HMR-Scorer/main/transformer_utils/mmpose/models/backbones/utils/utils.py:233