brain_segmentation
brain_segmentation copied to clipboard
when I execute Segmentation_Models. py I have this error I download the database but I don't know how can I add to the path or where can I placed in folder code
Using TensorFlow backend.
Finding patches of class 0... ] 0%
Traceback (most recent call last):
File "Segmentation_Models.py", line 377, in
it seems that you have to run brain_pipeline.py first to generate training images and label images. the label images will be created in directory Labels(you have to create Labels directory in advance).
hope it helps. :)
Thank you for your help I run brain-pipeline. py first and the other files of the project I run finally Segmentation_Models. py but I have the same problem.
Is there anyone who can help to run this code successfully? I am unable to find segmented images ? I don't know what will happen after running first file. I am not getting any error in code but i dont know where to find resulted images.
@Jiyya were you able to run it successfully ?
Any progress?