0

There is a related question/answer for calculating the bounding box Intersection Over Union (IoU) in Detectron2

One of the solutions shows how to use the detectron2 structures module to calculate bounding box IoU. Is there a similar solution using detectron2 api to calculate mask IoU from model's outputs which have 'segmentation' in the annotation instead of 'bbox'?

Of course I could create my own method to calc mask IoU, but I want to use detectron2 api if it's available.

MT0
  • 143,790
  • 11
  • 59
  • 117
user3731622
  • 4,844
  • 8
  • 45
  • 84

0 Answers0