Too many input arguments Error in helperCropPointCloudsAndMergeLabels function in matlab example
2 次查看(过去 30 天)
显示 更早的评论
openExample('deeplearning_shared/AerialLidarSemanticSegmentationUsingPointNetExample')
0 个评论
回答(1 个)
Mahesh Taparia
2022-3-2
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Labeling, Segmentation, and Detection 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!