How do I calculate the precision, recall and F1score for an image database?

조회 수: 7 (최근 30일)
Andreea Stancu
Andreea Stancu 2019년 6월 15일
댓글: benarabi tarek 2020년 9월 29일
I work on dermoscopy images, I used fcm clustering for segmentation and also I obtained another mask to overlay on the initial image and I need to see if the segmentation was good enough. Can you please provide some ideas? Thanks in advance

답변 (1개)

KALYAN ACHARJYA
KALYAN ACHARJYA 2019년 6월 15일
편집: KALYAN ACHARJYA 2020년 5월 17일
To calcuate the precision and recall you need ground truth images
Lets clear the issue
  1. You have dermoscopy images
  2. You applied some method to finding region of Interest>> as result segmneted image
  3. Now you have to compare resultant segmented image with respective Grond thruth image (or Manual verification by experts)
Precision=TP/(TP+FP); I assuemd that you know these terms
Recal=TP/(TP+FN)
F1 Score= Average of 1/(Precision & Recal)
Must read article here (Easy and Best Way)
Regrads
  댓글 수: 3

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by