Semantic segmentation with overlapping patches
12 次查看(过去 30 天)
显示 更早的评论
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 个评论
Mahesh Taparia
2021-10-12
Hi
Can you specify the input which you are passing? I think the network give the pixel wise output, how it became discontinuous?
采纳的回答
Mahesh Taparia
2021-10-13
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning for Image Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!