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.