セマンティックセグメンテーションにおける画像のリサイズ
Afficher commentaires plus anciens
深層学習を使用したセマンティック セグメンテーションhttps://jp.mathworks.com/help/vision/examples/semantic-segmentation-using-deep-learning.html
をもとに自分のデータセットで解析を実行しようとしたところ,GPUのメモリ不足エラーが出ました.
そこで画像サイズを360x480x3から180x240x3に変更しようとしたところ以下のようなエラーが出ました.
エラー: trainNetwork (line 170)
学習イメージのサイズは 360x480x3 ですが、入力層にはサイズ 180x240x3 のイメージが必要です。
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!