Issam28 / Brain-tumor-segmentation

A deep learning based approach for brain tumor MRI segmentation.
192 stars 63 forks source link

ur Project is good... thanks for sharing #1

Closed poornasandur closed 6 years ago

poornasandur commented 6 years ago

Hi Issam, Thanks for sharing your project. Please help me in getting the ResUnet.hdf5 pre-trained file.

Issam28 commented 6 years ago

i uploaded a pretrained model check it out

poornasandur commented 6 years ago

Hi, Thank you ...

PoonamZ commented 6 years ago

@poornasandur Have u run with this code? Can u pls help me to remove the error below. Thank you.

brain_seg = Training(batch_size=4,nb_epoch=3,load_model_resume_training=model_to_load) Traceback (most recent call last):

File "", line 1, in brain_seg = Training(batch_size=4,nb_epoch=3,load_model_resume_training=model_to_load)

File "/home/ujjwal/Brain-tumor-segmentation-master/train.py", line 39, in init self.model =load_model(load_model_resume_training,custom_objects={'gen_dice_loss': gen_dice_loss,'dice_whole_metric':dice_whole_metric,'dice_core_metric':dice_core_metric,'dice_en_metric':dice_en_metric})

File "/home/ujjwal/anaconda2/lib/python2.7/site-packages/keras/models.py", line 238, in load_model raise ValueError('No model found in config file.')

ValueError: No model found in config file.