multiple disease classes encoding and evaluation

46 views
Skip to first unread message

김선우

unread,
Feb 24, 2020, 9:10:05 PM2/24/20
to endoc...@googlegroups.com
in the case of multiple disease classes, when one pixel is masked BE and suspicious, which encoding form is correct?
[BE, suspicious, HGD, cancer, polyp ] = [1, 1, 0, 0, 0], is it right? 

and then, how does the evaluate this encoding form?

If the image has some pixels which have BE and suspicious, evaluate the prediction for both BE and suspicious ground truth? 
and what is the optimal value in the above case?
thanks.

sali

unread,
Feb 25, 2020, 1:24:36 AM2/25/20
to EndoCV2020
Hi,

We take VOC format bounding box input (in .txt format)
BE 0 25 45 345 456
suspicious 0 25 45 345 456

We take masks as multichannel for semantic segmentation where each channel refers to class

See wiki for details: 

Reply all
Reply to author
Forward
0 new messages