xf4j / brats17

Patch-based 3D U-Net for brain tumor segmentation
MIT License
94 stars 33 forks source link

list index out of range #6

Open aliflcat opened 6 years ago

aliflcat commented 6 years ago

Traceback (most recent call last): File "/home/ubuntu/new/brats17-master/generate_patches.py", line 54, in pool.map(batch_works, range(n_processes)) File "/home/ubuntu/anaconda3/envs/py2/lib/python2.7/multiprocessing/pool.py", line 253, in map return self.map_async(func, iterable, chunksize).get() File "/home/ubuntu/anaconda3/envs/py2/lib/python2.7/multiprocessing/pool.py", line 572, in get raise self._value IndexError: list index out of range

hello,when I run python bias_correction.py Brats17TrainingData,the error occured,can you tell me how to solve it?Many thanks!

liujing1995 commented 6 years ago

hello guy ,i have the same question .Have you solved the question? thanks!

ikramabdel commented 5 years ago

Hello me too , anyone solve it ?