CVxTz / medical_image_segmentation

Medical image segmentation ( Eye vessel segmentation)
MIT License
126 stars 46 forks source link

Problem in Detection on Customized Data #11

Closed mfaramarzi closed 3 years ago

mfaramarzi commented 3 years ago

Hello Mansar @CVxTz

I am trying to predict on my customized images. As a transfer learning step, learnt weights of retinal-vessels image segmentation model was used as the initial weight to train a model to segment cracks on the pavement. However since model could not distinguish between edges (e.g. shadows, cars, traffic signs etc) in the images, it then was fine tuned (retinal weights as initial weights) by training on 58 road images ( mostly images with misleading features such as shadows, vehicles, branches, traffic signs etc) correctly labeled . However as you can see below in fig "d", tested road images does not show a good result. Do you have any idea what is the reason of that? image Here you can also see directory tree of my model. output.txt.

CVxTz commented 3 years ago

The cracks are barely visible and the image quality is bad. You probably need more data of higher quality. But I can't say for sure with just two samples.

Best of luck,

Youness

mfaramarzi commented 3 years ago

. But I can't say for sure with just two samples.

These images are actually 4 steps of processing one sample. I doubt if it could be related to the resolution of image. As you can see fig 3.d is kindda all gray, while it was expected to be similar to fig 3.c.

CVxTz commented 3 years ago

Yea its probably because your model has a hard time coverging when initialized randomly, its why I said you need more data. How many samples do you have ?