brain_segmentation icon indicating copy to clipboard operation
brain_segmentation copied to clipboard

Results 19 brain_segmentation issues
Sort by recently updated
recently updated
newest added

I am facing some difficulty in the sequential model, the following error is popping up? Becuase we can't use Graph in the newer version so I started with Keras1.0. ERROR:...

sorry how do you read the image?i cant find the reading code

I am facing difficulties in running the code. I am not sure about which code I must run first and exactly where should I set the path for dataset?

Using TensorFlow backend. Finding patches of class 0... ] 0% Traceback (most recent call last): File "Segmentation_Models.py", line 377, in X,y = patches.make_training_patches() File "brain_segmentation-master/code/patch_library.py", line 155, in make_training_patches p,...

After running brain_pipeline.py,I got the labels all black. I use BRATS 2015.Will the all-black label affect the subsequent model training?Thanks.

Windows 10 Python 3.6 Brats 2013 datase (HG/LG) Traceback (most recent call last): File "D:/Darsh/Nirma/Semester 7/Trial/nn-segmentation-for-lar-master/brain_tumor_segmentation_cnn/brain_pipeline.py", line 234, in save_patient_slices(patients, 'reg') File "D:/Darsh/Nirma/Semester 7/Trial/nn-segmentation-for-lar-master/brain_tumor_segmentation_cnn/brain_pipeline.py", line 202, in save_patient_slices a.save_patient(type_modality, patient_num)...

On running the Segmentation_Models.py file I get the following error: System: Mac Keras: 1.0.0 Tensorflow: 0.12.0 ``` Jacobs-MacBook-Pro:code jacobjohn$ python Segmentation_Models.py Using TensorFlow backend. Finding patches of class 0... ]...

i use pip to install nipype, but i failed to run n4. can i just install the python version of ants? could this project work in windows?or only work in...

As far as I know, using Dice, PPV and Sensitivity to evaluate the segmentation image must have the ground truth of the testing dataset. I cannot get the 'more' that...