shenqq377 / Q-Net

Python codes to implement Q-Net, a meta-learning method for few shot medical image segmentation
https://arxiv.org/abs/2208.11451
38 stars 5 forks source link

Code Organ visualization #17

Open autism-code opened 4 months ago

autism-code commented 4 months ago

the final visualization, how can MRI(CHAOST 2) and CT (SABS) original images be fused with each part of automatically generated the region segmentation diagram to produce the effect diagram in your paper? May I ask you about the open-source code?

shenqq377 commented 4 months ago

The generated segmentation masks are saved as png files, then we use these segmentation masks overlay to the raw image for visualization. There is no trick on visualization. You could also use Matlab Toolbox 3D visualization to demonstrate results.