画像サイズのイメージ サイズ変更

5 次查看(过去 30 天)
大空
大空 2022-6-25
ディープラーニングで必要なファイル画像を256×256×3にしたいです
s_image = [256,256,3];
aug_imdsTrain = augmentedImageDatastore(s_image,imdsTrain);
aug_imdsValidation = augmentedImageDatastore(s_image,imdsValidation);
これで画像のサイズ変更ができるみたいなのですが
net=trainNetwork(imdsTrain,layers,options);
で実行をするとエラーがでてイメージサイズが違うと出てしまいます

回答(1 个)

Atsushi Ueno
Atsushi Ueno 2022-6-25

类别

Help CenterFile Exchange 中查找有关 イメージを使用した深層学習 的更多信息

产品


版本

R2022a

Community Treasure Hunt

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

Start Hunting!