Skip to content

quanglets1fvr/amg_mixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Datasets

  • Data Science Bowl 2018: 80% for training, 20 % for validation Link data

  • Gland Segmentation Link data

  • ISIC 2018 challenge: 80% for training, 10% for validation, 10% for testing Link data

All images in experiments resized to 256x256

Evaluation Metrics

To evaluate our model's efficiency, we utilize Dice Coefficient (Dice) and Intersection over Union (IoU), two widely-used metrics for assessing segmentation models, especially in medical image segmentation. These metrics are capable of detecting areas in which the model requires improvement as they are sensitive to both false positive and false negative errors. The formulas for Dice and IoU are shown below:

  • IOU: IOU = $\frac{TP}{TP + FP + FN}$
  • Dice: Dice = $\frac{2TP}{2TP + FP + FN}$

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published