セマンティックセグメンテーションにおける画像のリサイズ
Show older comments
深層学習を使用したセマンティック セグメンテーションhttps://jp.mathworks.com/help/vision/examples/semantic-segmentation-using-deep-learning.html
をもとに自分のデータセットで解析を実行しようとしたところ,GPUのメモリ不足エラーが出ました.
そこで画像サイズを360x480x3から180x240x3に変更しようとしたところ以下のようなエラーが出ました.
エラー: trainNetwork (line 170)
学習イメージのサイズは 360x480x3 ですが、入力層にはサイズ 180x240x3 のイメージが必要です。
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!