Model Pipeline - Segmentation evaluation (IoU, Dice)
This pipeline shows how a computer learns to separate objects in images by predicting masks. It then checks how well the predicted masks match the real masks using two scores: IoU and Dice. These scores tell us how much the predicted and real areas overlap.