brats17
brats17 copied to clipboard
Patch-based 3D U-Net for brain tumor segmentation
I can't understand how to generate patches in the code. can someone help me?
ModuleNotFoundError Traceback (most recent call last) ---> 10 from model import UNet3D, SurvivalVAE ModuleNotFoundError: No module named 'model'
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...
Hello, I have installed the nipype 1.0.2 version, but when i run bias_correction.py, it comes that:
Hello, I have installed the nipype 1.0.2 version, but when i run bias_correction.py, it comes that: IOError: No command "N4BiasFieldCorrection" found on host PC. Please check that the corresponding package...
Hi, could you share a link to the trained model, or model weights Thanks
The brats2017 website has mentioned you as 3rd winner in the category of survival prediction, then how come you have mentioned that survival prediction task is giving results similar to...
I found u say "Submission for Multimodal Brain Tumor Segmentation Challenge 2017 (http://braintumorsegmentation.org/). A patch-based 3D U-Net model is used. Instead of predicting the class label of the center pixel,...