yasohasakii / unet-segmentation

unet segmentation for medical colon pathalogical image
Apache License 2.0
1 stars 1 forks source link

Prediction is not accurate!(Confusion) #2

Closed asifehmad closed 4 years ago

asifehmad commented 4 years ago

Hi, sir! Thanks a lot for the code. I am trying to train my own data set using this code for segmentation of skin lesion. It worked. But at the end displaying of prediction results has created confusion. The raw images and the corresponding model results are same. I think the model result should be some black and white image like labels of the raw images, as your training results show. Below are the results of my training: github1 github2 github3

I would also like to mention here that most of my images are of 1640x1033 size and I have trained the network for 50 epochs. Would be very thankful for your response, sir!

yasohasakii commented 4 years ago

Sorry for not immidiently reply to you, I tried to download your sample pictures but all failed, if you can not sovle this maybe you can send your pictures to my email: caibojun@myhexin.com.

best wishes!

asifehmad commented 4 years ago

Thank you so much for your response. I solved the problem, and all I need was to increase the number of epochs.