Open BraveDistribution opened 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.
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.