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!