public ImageDataF Mask { get; set; }
For binary segmentation: single channel where values > 0.5 typically indicate positive class.
For multi-class: channels typically represent class probabilities.
二值分割: 单通道,值>0.5通常表示正类。 多分类: 通道通常表示类别概率。
In This Article