voreille / hecktor

MIT License
76 stars 25 forks source link

baseline CNN (niftynet) #13

Open Wenhui-Zhang-5 opened 2 years ago

Wenhui-Zhang-5 commented 2 years ago

Hi, I am interested in hecktor challenges although it is closed now. I am quite new to the idea of CNN. I see that it says there is a baseline CNN (niftynet) available in this repository but I cannot find it here. Is that deleted or could you share it with me? That would be very helpful. Thank you.

voreille commented 2 years ago

Hi,

We did not use niftynet for the HECKTOR 2021 edition, but you can find the code in the 2020 release (https://github.com/voreille/hecktor/releases/tag/hecktor2020).

However, if you want state of the art results, I would recommend using nnU-Net (https://github.com/MIC-DKFZ/nnunet) which is pretty simple to use.

Best, Valentin