Project-MONAI / model-zoo

MONAI Model Zoo that hosts models in the MONAI Bundle format.
Apache License 2.0
173 stars 63 forks source link

wholeBrainSeg_Large_UNEST_segmentation getting noise in the segmentation #556

Closed kpbhat25 closed 4 months ago

kpbhat25 commented 4 months ago

Describe the bug A clear and concise description of what the bug is. I am getting other parts from the brain MRI being segmented.Tried with a simple Oasis(MRI) data. Screenshot (32)

What things should I change to get a cleaner segmentation, as mentioned in the paper

KumoLiu commented 4 months ago

Hi, @kpbhat25, thanks for your interest here.

Several things you can try. The first and most reasonable thing is to improve the performance of the network. Also, you can try to add some post-processing such as keeping the largest connected component or adding some intensity filter if you find that the noise is at some similar intensity level.

Hope it helps, thanks.