HyperDenseNet_pytorch icon indicating copy to clipboard operation
HyperDenseNet_pytorch copied to clipboard

Pytorch version of the HyperDenseNet deep neural network for multi-modal image segmentation

Results 5 HyperDenseNet_pytorch issues
Sort by recently updated
recently updated
newest added

Dear @josedolz, I am using your HyperDenseNet with 2 modalities (T1 and Flair). It trains and the validation runs also. When the validation is done, I receive an error which...

Dear @josedolz, My errors as following, please help me fix this error. ![image](https://user-images.githubusercontent.com/37217354/107884868-2eef9d00-6ec5-11eb-9ab1-9abe9f3ee687.png) My the preparing the data: ![image](https://user-images.githubusercontent.com/37217354/107884941-7d04a080-6ec5-11eb-96ae-71219d3500fc.png) And in each Training and Validation folder has : GT, T1,...

u can try to run following codes if u meet the same problems: ``` #coding = utf-8 import os import shutil import nibabel as nb srcdir = r'C:\Users\xxx\Desktop\iSeg-2017-Training' destdir =...

My problem is : IndexError: only integers, slices (`:`), ellipsis (`...`), numpy.newaxis (`None`) and integer or boolean arrays are valid indices I have found many methods to deal with this...

问题:ImportError: cannot import name 'extract_patches' from 'skimage.feature' (D:\Program Files (x86)\anaconda3\envs\hyperdense\lib\site-packages\skimage\feature\__init__.py) 请问这个要怎么解决