↓ 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,
alphapose/utils/bbox.py:108
↓ 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
alphapose/utils/bbox.py:40
↓ 9 callersMethod__init__(self, config, feature_info, norm_layer=nn.BatchNorm2d, norm_kwargs=None, act_layer=_ACT_LAYER)
detector/efficientdet/effdet/efficientdet.py:288
↓ 6 callersMethod__init__(self, in_channels, out_channels, ksize=1, stride=1, act="silu")
detector/yolox/yolox/models/network_blocks.py:191
↓ 4 callersFunction_integral_tensor(preds, num_joints, output_3d, hm_width, hm_height, hm_depth, integral_operation, norm_type='softmax')
alphapose/utils/transforms.py:650