Semantic segmentation with overlapping patches
Show older comments
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 Comments
Mahesh Taparia
on 12 Oct 2021
Hi
Can you specify the input which you are passing? I think the network give the pixel wise output, how it became discontinuous?
Matheus Ferreira
on 13 Oct 2021
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!