↓ 1 callersMethodcc_fast_nms(self, boxes, masks, scores, iou_threshold:float=0.5, top_k:int=200)
yolact_edge/layers/functions/detection.py:138
↓ 1 callersMethodfast_nms(self, boxes, masks, scores, iou_threshold:float=0.5, top_k:int=200, second_threshold:bool=False)
yolact_edge/layers/functions/detection.py:166
↓ 1 callersFunctionintersect We resize both tensors to [A,B,2] without new malloc: [A,2] -> [A,1,2] -> [A,B,2] [B,2] -> [1,B,2] -> [A,B,2] Then we compute the area of
yolact_edge/layers/box_utils.py:32
↓ 1 callersFunctionintersect We resize both tensors to [A,B,2] without new malloc: [A,2] -> [A,1,2] -> [A,B,2] [B,2] -> [1,B,2] -> [A,B,2] Then we compute the area of
yolact_edge/scripts/bbox_recall.py:24
↓ 1 callersFunctionintersect We resize both tensors to [A,B,2] without new malloc: [A,2] -> [A,1,2] -> [A,B,2] [B,2] -> [1,B,2] -> [A,B,2] Then we compute the area of
yolact_edge/scripts/optimize_bboxes.py:24
↓ 1 callersMethodlincomb_mask_loss(self, pos, idx_t, loc_data, mask_data, priors, proto_data, masks, gt_box_t, inst_data, interpolation_mode='bi
yolact_edge/layers/modules/multibox_loss.py:427
↓ 1 callersMethodtraditional_nms(self, boxes, masks, scores, iou_threshold=0.5, conf_thresh=0.05)
yolact_edge/layers/functions/detection.py:239
Method__call__(self, img, masks=None, boxes=None, labels=None, seeds=None, require_seeds=False)
yolact_edge/utils/augmentations.py:72
Method__call__(self, image, masks=None, boxes=None, labels=None, seeds=None, require_seeds=False)
yolact_edge/utils/augmentations.py:99
Method__call__(self, image, masks=None, boxes=None, labels=None, seeds=None, require_seeds=False)
yolact_edge/utils/augmentations.py:107
Method__call__(self, image, masks=None, boxes=None, labels=None, seeds=None, require_seeds=False)
yolact_edge/utils/augmentations.py:121
Method__call__(self, image, masks, boxes=None, labels=None, seeds=None, require_seeds=False)
yolact_edge/utils/augmentations.py:151
Method__call__(self, image, masks, boxes, labels=None, seeds=None, require_seeds=False)
yolact_edge/utils/augmentations.py:203
Method__call__(self, image, masks=None, boxes=None, labels=None, seeds=None, require_seeds=False)
yolact_edge/utils/augmentations.py:253