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 Center および File ExchangeImage Data Workflows についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by