OrganSegRSTN_PyTorch icon indicating copy to clipboard operation
OrganSegRSTN_PyTorch copied to clipboard

multi-organ segmentation supporting

Open shiyu2011 opened this issue 6 years ago • 3 comments

Is this course-fine model supporting multi-organ segmentation simultaneously?

shiyu2011 avatar Nov 06 '19 19:11 shiyu2011

Sorry, not.

twni2016 avatar Nov 12 '19 06:11 twni2016

Thanks @twni2016 for sharing this good work. To support multi-organ segmentation simultaneously, could I apply saliency transformation over each organ, crop it and pass it through fine_model and return the probability map belongs to each class for joint optimization? please advise.

shiyu2011 avatar Nov 13 '19 07:11 shiyu2011

Yes, you may try this idea to implement multi-organ segmentation. I would suggest a global coarse seg model to output the prob maps of multiple organs, and crop each channel and feed them into the corresponding fine seg models.

twni2016 avatar Nov 13 '19 18:11 twni2016