Semantic segmentation with overlapping patches
9 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Matheus Ferreira
am 8 Okt. 2021
Beantwortet: Mahesh Taparia
am 13 Okt. 2021
I am using Deeplabv3+ to perform semantic segmentation in an image but the result shows strong discontinuities due to patch-wise predictions. Is there a way of using overlapping patches that are aggregated (or averaged) to produce the output? I tried to use a code showed in this example. However the output has still the patchy pattern. Any sollutions?
2 Kommentare
Mahesh Taparia
am 12 Okt. 2021
Hi
Can you specify the input which you are passing? I think the network give the pixel wise output, how it became discontinuous?
Akzeptierte Antwort
Mahesh Taparia
am 13 Okt. 2021
Hi
In this case, you can use 'blockproc' function. Create the image block and pass it to network. For more information, you can refer this documentation.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Deep Learning for Image Processing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!