画像サイズのイメージ サイズ変更
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
ディープラーニングで必要なファイル画像を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);
で実行をするとエラーがでてイメージサイズが違うと出てしまいます
0 Kommentare
Antworten (1)
Siehe auch
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!