deepmedic / dense3dCrf

Fully-connected (dense) 3D CRF for processing biomedical scans
Other
137 stars 48 forks source link

Seg Fault for more than 2 modalities #6

Open amirgholami opened 6 years ago

amirgholami commented 6 years ago

Hi,

Many thanks for contributing the code. The binary give a segmentation fault if I use more than 2 modalities (numberOfModalitiesAndFiles). I originally encountered this issue with my own dataset but I was able to reproduce the problem even with the example files provided. Steps to reproduce:

1- cd example 2- cp DWI_normalized.nii.gz DWI_normalized2.nii.gz 3- change numberOfModalitiesAndFiles in config file 4- run the code -> seg fault

Same problem occurs with 4 modalities as well. Could you please have a look at this?

Many Thanks,

q14nyul1u commented 5 years ago

Have you solved this problem?