SemiDenseNet icon indicating copy to clipboard operation
SemiDenseNet copied to clipboard

Repository containing the code of one of the networks that we employed in the iSEG Grand MICCAI Challenge 2017, infant brain segmentation.

Results 3 SemiDenseNet issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "./networkTraining.py", line 83, in networkTraining(sys.argv[1:]) File "./networkTraining.py", line 78, in networkTraining startTraining(networkModelName,configIniName) File "/data/zhanghang/HyperDenseNet-master/src/HyperDenseNet/startTraining.py", line 141, in startTraining applyPadding File "/data/zhanghang/HyperDenseNet-master/src/HyperDenseNet/Modules/IO/sampling.py", line 80, in...

Hi, I may misread or miss some details of the paper. But from the network, the input spatial size is 27*27*27, the output is 9*9*9. So how do you generate...

Hi Jose, I was wondering if it is possible for you to add the part of code on evaluation the segmentation results with MHD and ASD. It will be a...