Segmentation.md (529B)
1 # Segmentation 2 3 ML D5 4 5 **Definition:** Segmentation in machine learning is the process of breaking up a large group into smaller ones. 6 7 Image segmentation is partitioning an image into multiple segments. There are a few different types: 8 9 1. Color Segmentation - Broken up by color similarities 10 2. Semantic Segmentation - All pixels that are part of the same object are assigned to a segment (one segment for all people). 11 3. Instance Segmentation - All pixels that are part of the same individual object (one segment per person).