Segmentation algorithm not giving correct output
Mostrar comentarios más antiguos
Hi ,
I am evaluating segmentation models with my own data. Only FCN produces the right segmented output for test images, but other segmentation models (such as U-Net and SegNet) produced really odd results. The segmented pixels are dispersed throughout the whole image instead of the targeted region. Even if I evaluate my trained model using the training data.
What may be the reason behind that?
This is segmented output by SegNet.
This is segmented output by FCN.
1 comentario
sudobash
el 19 de Ag. de 2022
Your images are not visible.
Respuestas (1)
Birju Patel
el 8 de Sept. de 2022
0 votos
Generally, FCN, U-Net, and SegNet are different architectures that require their own set of training options to produce optimal results. You cannot assume they will all converge to the same results.
For instance, U-Net does not use a pre-trained backbone so it can take longer to train compared to FCN, which uses a VGG-16 image net pretrained backbone.
1 comentario
Shoaib Ali
el 12 de Sept. de 2022
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!