OpenGVLab / SAM-Med2D

Official implementation of SAM-Med2D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple masks abnormality

sahil02235 opened this issue · comments

How do you know which abnormality (class) is linked to each masks when you are doing the prediction. I mean to say, lets you predicted 4 four masks, each mask can be a different abnormality. How do you know which class (abnormality) is associated with each mask?

When splitting the data, we ensured that the classes and their corresponding masks were aligned. Each mask has a corresponding record for its class.