119. Quantitatively Evaluating Segmentation Models

I’ve quantitatively evaluated binary segmentation models using IOU as my metric.
The reason why I used IoU is because IoU penalizes a single instance of classification error more compared to other metrics such as f1 scores, therefore lowering the value. Here are the steps I took.

  1. Randomly sample 30 images from the whole dataset
  2. Calculate All IoU for each images
  3. Average the Iou for each model