↓ 3 callersFunctionbest_matching_hungarian(all_cors, all_pids_info, all_pids_fff, track_vid_next_fid, weights, weights_fff, num, mag, pool_size=5)
trackers/PoseFlow/utils.py:199
↓ 3 callersFunctionpose_nms(bboxes, bbox_scores, bbox_ids, pose_preds, pose_scores, areaThres=0, use_heatmap_loss=True)
alphapose/utils/pPose_nms.py:227
↓ 3 callersFunctionpostprocess(
prediction,
num_classes,
conf_thre=0.7,
nms_thre=0.45,
classes=0,
class_agnostic=Fal
detector/yolox/yolox/utils/boxes.py:32
↓ 2 callersMethod__init__(self, inplanes, planes, stride=1, downsample=None,
reduction=False, norm_layer=nn.BatchNorm2
alphapose/models/layers/ShuffleResnet.py:22
↓ 2 callersMethod__init__(self, architecture, norm_layer=nn.BatchNorm2d,
dcn=None, stage_with_dcn=(False, False, False
alphapose/models/layers/SE_Resnet.py:146
↓ 2 callersMethod__init__(self, architecture, norm_layer=nn.BatchNorm2d, dcn=None, stage_with_dcn=(False, False, False, False))
alphapose/models/layers/Resnet.py:136
↓ 2 callersMethodget_assignments(
self,
batch_idx,
num_gt,
total_num_anchors,
gt_bboxes_per_image,
detector/yolox/yolox/models/yolo_head.py:432