↓ 11 callersFunctionbbox_clip_xyxyClip bounding box with format (xmin, ymin, xmax, ymax) to specified boundary. All bounding boxes will be clipped to the new region `(0, 0, width,
ADHMR/lib/utils/bbox.py:175
↓ 11 callersFunctionbbox_xywh_to_xyxyConvert bounding boxes from format (x, y, w, h) to (xmin, ymin, xmax, ymax) Parameters ---------- xywh : list, tuple or numpy.ndarray
ADHMR/lib/utils/bbox.py:107
↓ 9 callersFunctionprocess_human_model_output(human_model_param, cam_param, do_flip, img_shape, img2bb_trans, rot, human_model_type, joint_img=None)
HMR-Scorer/common/utils/preprocessing.py:323
↓ 6 callersMethod__init__(self, in_features, hidden_features=None, out_features=None, act_layer=nn.GELU, drop=0.)
HMR-Scorer/main/transformer_utils/mmpose/models/backbones/vit.py:32