Semantic segmentation with overlapping patches
조회 수: 4 (최근 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 Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!