フィルターのクリア

How to save data after data augumentation

1 回表示 (過去 30 日間)
Asha D L
Asha D L 2022 年 2 月 16 日
編集済み: KSSV 2022 年 2 月 16 日
imageAugmenter1 = imageDataAugmenter( ...
'RandXReflection',true, ...
'RandXTranslation',pixelRange, ...
'RandYTranslation',pixelRange ,...
'RandRotation',[0 360], ...
'RandScale',[0.5 1]);
augimdsTrain1 = augmentedImageDatastore(inputSize(1:2),imdsTrain1, ...
'DataAugmentation',imageAugmenter1);
augimdsValidation1 = augmentedImageDatastore(inputSize(1:2),imdsValidation1, ...
'DataAugmentation',imageAugmenter1);
after this want store the augmented data..How can i do the process?

回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by