FengheTan9 / CMUNeXt

[ISBI 2024 Oral] Official Pytorch Code base for "CMUNeXt: An Efficient Medical Image Segmentation Network based on Large Kernel and Skip Fusion"
MIT License
66 stars 6 forks source link

dataset multiple masks #3

Open CLAvenger opened 9 months ago

CLAvenger commented 9 months ago

In the busi dataset,some images have multiple corresponding masks,for example ,benign (4).png have benign (4)_mask.png and benign (4)_mask_1.png.How do you deal with this problem?My Email:cl200424@mail.ustc.edu.cn

FengheTan9 commented 9 months ago

Thanks for focusing our work, you can merge them as single mask.

CLAvenger commented 9 months ago

Can you give me the code to deal with it or give me the processed dataset directly?