FCN code giving odd results

3 ビュー (過去 30 日間)
Shoaib Ali
Shoaib Ali 2022 年 8 月 23 日
コメント済み: Shoaib Ali 2022 年 9 月 12 日
Hi,
I am training FCN using my data for segmentation. I am facing a problem. When I use “fcnLayers” to train FCN on my data, it gives me proper segmented output.
But when I open the network (FCN) in deep network designer and generate the code of FCN from there and use that code to train FCN on my data it gives me very odd result. Can anyone guide me what is the reason of that?
This is segmented output using "fcnLayers" command.
The sgmented output using fcn code ( genertes from the deep network designer)

採用された回答

Birju Patel
Birju Patel 2022 年 9 月 8 日
The fcnLayers functions returns a network with image net trained weights. When you generate code from Deep Network Designer, make sure to select “with initial parameters”. This will store the pretrained weights of the FCN network created by the app. If you don't do that, then the weights are left randomly initialized when you train. That is probably why you're getting different results.
  1 件のコメント
Shoaib Ali
Shoaib Ali 2022 年 9 月 12 日
Thanks a alot.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by