Too many input arguments Error in helperCropPointCloudsAndMergeLabels function in matlab example
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
openExample('deeplearning_shared/AerialLidarSemanticSegmentationUsingPointNetExample')
0 Kommentare
Antworten (1)
Mahesh Taparia
am 2 Mär. 2022
Hi
It seems you are using a helper function given in this section and you are getting this error because more number of inputs has been passed to that function. This function can only take 5 inputs, consider the below example:
[pcCropTrainPath,labelsCropTrainPath,weights] = helperCropPointCloudsAndMergeLabels( ...
gridSize,trainDataFolder,numPoints,writeFiles,numClasses);
0 Kommentare
Siehe auch
Kategorien
Mehr zu Labeling, Segmentation, and Detection 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!