ge-xing / Diff-UNet

Diff-UNet: A Diffusion Embedded Network for Volumetric Segmentation. (using diffusion for 3D medical image segmentation)
Apache License 2.0
141 stars 20 forks source link

Visualize the results #6

Closed qb02su closed 1 year ago

qb02su commented 1 year ago

Thank you a lot for your great work. I'd like to visualize my Brats testing segmentation results, which parts of code should I modify ?

920232796 commented 1 year ago

You can modify the "validation_step" function to visualize or save the model's prediction results.

qb02su commented 1 year ago

Thank you so much.

CLKSDF commented 3 months ago

Thank you a lot for your great work.Should I use the SaveImage function in MONAI for visualization, even though it will lose the orientation information?"