OpenGVLab / SAM-Med2D

Official implementation of SAM-Med2D
Apache License 2.0
860 stars 81 forks source link

Multiple masks abnormality #46

Open sahil02235 opened 9 months ago

sahil02235 commented 9 months ago

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?

Cjl-MedSeg commented 6 months ago

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

baiyang4 commented 1 week ago

Hi, I saw a lot of classes with name like this: union_lung_upper_lobe_right_rib_right_3_rib_right_2_lung_middle_lobe_right. so in this case, what class does this mask belong to