Module powerboxesrs::iou

source ·

Functions§

  • Calculates the intersection over union (IoU) distance between two sets of bounding boxes.
  • Calculates the intersection over union (IoU) distance between two sets of bounding boxes. This function uses rayon to parallelize the computation, which can be faster than the non-parallelized version for large numbers of boxes.
  • Calculates the Rotated Intersection over Union (IoU) distance matrix between two sets of rotated bounding boxes.