Azzera filtri
Azzera filtri

how to use augmentedImageDatastore for validation

3 visualizzazioni (ultimi 30 giorni)
Gent Ymeri
Gent Ymeri il 26 Mar 2019
Commentato: 0xJcam il 29 Nov 2020
Is there a way to use augmentedImageDatastore (in my case augimds30) for validation?
for e.x. I split dataset in 70 by 30 percent, and I augment like this:
augimds30 = augmentedImageDatastore([50 50 3],imds30)
but then how to use this here for validation instead of imds30?
YPred = classify(net,imds30);
YValidation = imds30.Labels;
because if I put here augimds30 I get :
No appropriate method, property, or field 'Labels' for class 'augmentedImageDatastore'.
Error in cnn (line 50)
YValidation = augimds30.Labels;
  1 Commento
0xJcam
0xJcam il 29 Nov 2020
Hello Sr.
I already had the same question and digging on internet I found following answer...
It is not posible cause the name-value pair 'ValidationData' can support only the following types as a value:
  1. Image Data Store.
  2. Data Store.
  3. Table.
  4. Cell array of X and Y, where X represents data while Y represents corresponding labels.
Hope this can be helpful to someone.

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Deep Learning Toolbox in Help Center e File Exchange

Prodotti


Release

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by