CAM Bbox Coverage
It evaluates how many bounding boxes are covered by each class activation map. This metrics considers that a bounding box is covered by the class activation map only if their intersection is greater than or equal to a coverage threshold of the bounding box area.
Example
from odin.classes import Metrics
my_metric = Metrics.CAM_BBOX_COVERAGE
# use my_metric as 'metric' parameter in the analyses
Tasks supported
Binary Classification | Single-label Classification | Multi-label Classification | Object Detection | Instance Segmentation |
---|---|---|---|---|
yes | yes | yes | no | no |