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!