For semantic segmentation, the key metric is mean Intersection over Union (mIoU). It measures how well the model labels each pixel correctly for each class, ignoring individual object instances. This is important because semantic segmentation cares about classifying every pixel into a category.
For instance segmentation, metrics like Average Precision (AP) at different Intersection over Union (IoU) thresholds matter. AP measures how well the model detects and segments each individual object instance. This is crucial because instance segmentation must separate objects of the same class.