error when running Semantic imageSegmentationUsingDeepLearning example
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/356764/image.png)
0 Kommentare
Antworten (1)
Vidip
am 26 Mär. 2024
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:
0 Kommentare
Siehe auch
Kategorien
Mehr zu Image Data Workflows finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!