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
324 stars 24 forks source link

installation issue #22

Open romainVala opened 3 months ago

romainVala commented 3 months ago

Hello thanks for sharing this code, and sorry if I did something wrong, but I can not get started,

I follow the git clone and pip install instruction, but then from nnunet_mednext.mednextv1 import MedNeXt gives me :

ModuleNotFoundError: No module named 'nnunet_mednext.mednextv1'

On the other hand, from nnunet_mednext.network_architecture.mednextv1.MedNextV1 import MedNeXt

looks fine, ... is it ok ? (may be worth to update the doc ... ?)

many thanks