↓ 13 callersMethodloss(self,
cls_score,
bbox_pred,
labels,
label_weights,
mmdetection/mmdet/models/bbox_heads/bbox_head.py:83
↓ 7 callersFunctioncoco_eval(result_file, result_types, coco, max_dets=(100, 300, 1000))
mmdetection/mmdet/core/evaluation/coco_utils.py:9
↓ 5 callersFunctiondelta2bbox(rois,
deltas,
means=[0, 0, 0, 0],
stds=[1, 1, 1, 1],
mmdetection/mmdet/core/bbox/transforms.py:34
↓ 3 callersMethodapply(self, img, x_min=0, x_max=0, y_min=0, y_max=0, **params)
mmdetection/mmdet/datasets/transforms.py:170
↓ 3 callersFunctiontensor2imgs(tensor, mean=(0, 0, 0), std=(1, 1, 1), to_rgb=True)
mmdetection/mmdet/core/utils/misc.py:8
↓ 2 callersMethod__init__(self,
depth,
num_stages=4,
strides=(1, 2, 2, 2),
mmdetection/mmdet/models/backbones/resnet.py:331
↓ 2 callersFunctionbbox2delta(proposals, gt, means=[0, 0, 0, 0], stds=[1, 1, 1, 1])
mmdetection/mmdet/core/bbox/transforms.py:6
↓ 2 callersMethodhard_mining(self, inds, num_expected, bboxes, labels, feats)
mmdetection/mmdet/core/bbox/samplers/ohem_sampler.py:26