...
Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
📑 Basic theory
Instance segmentation metrics are calculated per label category or instance depending on the metric. An instance match is determined by its overlap with an annotation (ground truth) provided by the user. The numeric metric for this overlap is the IoU or “Intersection over Union“.
...