Error while using helperDownloadPandasetData function
이전 댓글 표시
While using this program
outputFolder = fullfile(tempdir,'Pandaset');
lidarURL = ['https://ssd.mathworks.com/supportfiles/lidar/data/' ...
'Pandaset_LidarData.tar.gz'];
helperDownloadPandasetData(outputFolder,lidarURL);
I am getting this error but i have installed Lidar toolbox
Unrecognized function or variable 'helperDownloadPandasetData'.
댓글 수: 3
Walter Roberson
2024년 1월 23일
That example requires that all of these be installed:
- Lidar Toolbox
- Deep Learning Toolbox
- Computer Vision Toolbox
gaurav
2024년 1월 23일
Walter Roberson
2024년 1월 23일
Try using
openExample('deeplearning_shared/Lidar3DObjectDetectionUsingPointPillarsExample')
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 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!