필터 지우기
필터 지우기

i have to slove the case sensitive error.

조회 수: 1 (최근 30일)
Sidra  Ashraf
Sidra Ashraf 2020년 8월 28일
답변: Star Strider 2020년 8월 28일
i have to classify images in 2 categories and i write the code for CNN model, in which i have to load the images in imageDataStore. I write this statement:
imds = ImageDatastore('C:\Users\sidi\Desktop\alcn\Dataset','IncludeSubFolders',1,'LabelSource','foldernames');
the main directory is named as alcn in which a code file and 1 folder name Dataset exist. In dataset folder 2 folders exist named as Train and Validation and both folders have 2categories folders.
but error occur:
Cannot find an exact (case-sensitive) match for 'ImageDatastore'
The closest match is: imageDatastore in C:\Program Files\MATLAB\R2017a\toolbox\matlab\datastoreio\imageDatastore.m
Please try to solve out this problem.

답변 (1개)

Star Strider
Star Strider 2020년 8월 28일
The ‘i’ is lowercase: imageDatastore
.

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by