MedSegDiff icon indicating copy to clipboard operation
MedSegDiff copied to clipboard

Mask question

Open Alan-Py opened this issue 1 year ago • 0 comments

I am dealing with a multi-classification task, where mask is a two-dimensional array, and the numbers in mask represent categories, please ask me what form of mask should I pass in? can it be 1 0 0 2 0 0 0 1 2 ? 0is background 1 is class1 2 is class2

Alan-Py avatar Apr 14 '23 18:04 Alan-Py