error when running Semantic imageSegme​ntationUsi​ngDeepLear​ning example

조회 수: 2 (최근 30일)
Yuxiang Guan
Yuxiang Guan 2020년 9월 6일
답변: Vidip 2024년 3월 26일

답변 (1개)

Vidip
Vidip 2024년 3월 26일
The error message you have provided indicates a problem related to the ‘pixelLabelDatastore’ at line 265. Specifically, it mentions that the value of ‘location’ is invalid and expected to be nonempty. The function call made to ‘partitionCamViData’ includes ‘pxds’ as the argument which basically is the pixel label datastore object which is created using the ‘pixelLabelDatastore’ function. This function takes location as input argument which can not be empty.
To get more information about ‘pixelLabelDatastore’ function, you can refer to the below documentation link:

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by