Can't find the file path for my categories in imageDatastore

1 visualización (últimos 30 días)
Nabiilah
Nabiilah el 10 de Jun. de 2020
Respondida: Prabhan Purwar el 15 de Jul. de 2020
outputFolder = fullfile('Classification')
rootFolder = fullfile(outputFolder, 'CelebOriginals')
categories = {'brad'}
imds = imageDatastore(fullfile(rootFolder,categories),'LabelSource','foldernames')
I have the following filepath: C:\Users\Noor_\OneDrive\Pictures\Classification\CelebOriginal\brad but I'm not sure why I'm hitting this error.
  1 comentario
Adam Danz
Adam Danz el 10 de Jun. de 2020
What error?
Always provide the full error message.
Why not combine the first two lines of code? The first line doesn't really do anything.
What's the output for,
exist(fullfile(rootFolder,categories),'dir')

Iniciar sesión para comentar.

Respuestas (1)

Prabhan Purwar
Prabhan Purwar el 15 de Jul. de 2020
Hi,
Kindly provide the required information for better assistance
Please refer to the following links:
Thanks

Categorías

Más información sobre Search Path en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by