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!