.. customcarditem:: :header: Intersection Over Union (IoU) :image: ../_static/fetched-s3-assets/object_detection.svg :tags: Detection ############################# Intersection Over Union (IoU) ############################# Module Interface ________________ .. autoclass:: torchmetrics.detection.iou.IntersectionOverUnion :noindex: :exclude-members: update, compute Functional Interface ____________________ .. autofunction:: torchmetrics.functional.detection.iou.intersection_over_union :noindex: