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!