フィルターのクリア

how to define a fully convolution net?

1 回表示 (過去 30 日間)
QU HAIFENG
QU HAIFENG 2018 年 6 月 7 日
編集済み: Matt J 2022 年 4 月 27 日
I'm trying to build a FCN to segment image, so how to define my input layer using imageInputLayer function ,dose it seems like imageInputLayer(auto, auto, 3)?
  2 件のコメント
QU HAIFENG
QU HAIFENG 2018 年 6 月 7 日
Maybe I don't describe the problem clearly, I want to input arbitrary size image to my convolution net, tkz for any suggestion.
Matt J
Matt J 2022 年 4 月 27 日
編集済み: Matt J 2022 年 4 月 27 日
Yes! How?? It's shockingly difficult to get clarification on how to do this.

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

採用された回答

QU HAIFENG
QU HAIFENG 2018 年 6 月 7 日
I found answer from document --Semantic Segmentation Examples: "A semantic segmentation network starts with an imageInputLayer, which defines the smallest image size the network can process. Most semantic segmentation networks are fully convolutional, which means they can process images that are larger than the specified input size. Here, an image size of [32 32 3] is used for the network to process 64x64 RGB images."
  1 件のコメント
Matt J
Matt J 2022 年 4 月 27 日
編集済み: Matt J 2022 年 4 月 27 日
That's good to know, but the imageInputLayer performs operations on the inputs that are not convolutional or shift invariant. Doesn't that defeat the goal of achieving an FCN? Or did you turn off all the normalizations?

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

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by