Model Pipeline - Semantic segmentation vs instance segmentation
This pipeline compares two popular image segmentation tasks: semantic segmentation and instance segmentation. Both divide an image into meaningful parts, but semantic segmentation labels each pixel by class, while instance segmentation also separates individual objects of the same class.