mangoyuan / UAGAN

(MICCAI2019) Unified attentional generative adversarial network for brain tumor segmentation from multimodal unpaired images
4 stars 1 forks source link

2D version of UAGAN #1

Open BraveDistribution opened 2 years ago

BraveDistribution commented 2 years ago

Thank you for making the code available. I'd like to ask a question about Unified generative adversarial networks for multimodal segmentation from unpaired 3D medical images.

The paper extends the version of the MICCAI paper, where you worked with the 2D images. Is there a possibility to run the 2D approach via this repo? Can you share the code from MICCAI?

Thanks.

mangoyuan commented 2 years ago

Unified generative adversarial networks for multimodal segmentation from unpaired 3D medical images is implemented based on nnunet framework. You can write the network architecture in nnunet/network_architecture/ and the trainer in nnunet/network_training/. This 2D repo is not adapted for nnunet.