Experiment - Segmentation evaluation (IoU, Dice)
Problem:You have a segmentation model that predicts masks for images. The model's current evaluation metrics are low, and you want to better understand how to measure the quality of predicted masks using IoU and Dice scores.
Current Metrics:IoU: 0.55, Dice: 0.65
Issue:The model's segmentation quality is moderate, but the evaluation metrics are not well understood or properly computed, making it hard to improve the model effectively.