Semantic segmentation with overlapping patches

4 ビュー (過去 30 日間)
Matheus Ferreira
Matheus Ferreira 2021 年 10 月 8 日
回答済み: Mahesh Taparia 2021 年 10 月 13 日
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
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?
Matheus Ferreira
Matheus Ferreira 2021 年 10 月 13 日
Because I am working with remote sensing images I should pass image tiles that are merged together after prediction. I could solve the problem using 'blockproc' and defining the 'BorderSize' parameter according to the amount of overlap desired.

サインインしてコメントする。

採用された回答

Mahesh Taparia
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 件)

製品


リリース

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by