↓ 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
src/third_part/facelib/detection/retinaface/retinaface_utils.py:79
↓ 1 callersFunctionnon_max_suppression_facePerforms Non-Maximum Suppression (NMS) on inference results Returns: detections with shape: nx6 (x1, y1, x2, y2, conf, cls)
src/third_part/facelib/detection/yolov5face/utils/general.py:89
FunctionIOU(ax1, ay1, ax2, ay2, bx1, by1, bx2, by2)
src/third_part/wav2lip/face_detection/detection/sfd/bbox.py:17