MIC-DKFZ / MedNeXt

[MICCAI 2023] MedNeXt is a fully ConvNeXt architecture for 3D medical image segmentation.
https://arxiv.org/pdf/2303.09975
Apache License 2.0
335 stars 26 forks source link

Cannot find 'nnunet_mednext.network_architecture.custom_modules.custom_networks' #6

Closed Healingl closed 1 year ago

Healingl commented 1 year ago

Hi, this is a great job! And I want to learn some transformer modules from this project, but I cannot find 'nnunet_mednext.network_architecture.custom_modules.custom_networks' in this project. Could you help me?

saikat-roy commented 1 year ago

Hey @Healingl. I did not include the Transformer networks for the baselines of this project since nearly all of the code is available in the original repositories:

I adopted everything from the original repositories. That should help you explore the code.

Healingl commented 1 year ago

Thanks