Dootmaan / MT-UNet

Official Code for *Mixed Transformer UNet for Medical Image Segmentation*
MIT License
162 stars 26 forks source link

How to visualize the Synapse segmentation results #41

Open vinsimok opened 1 year ago

vinsimok commented 1 year ago

I've noticed that the paper contains comparative segmentation effect diagrams of different methods. How should I obtain these diagrams? Should I use code, or should I open the predicted values with ITK-SNAP software and then search for them?

Dootmaan commented 1 year ago

Hi @vinsimok, the visualization results in the papar are obtained with ITK-Snap. You can do so by directly importing the predicted segmentation mask after loading the image itself in ITK-Snap.

penghujin commented 3 days ago

您好我想请问一下加载图像后怎么导入预测的分割蒙版