3D-Object Classfication Using Lidar Point Colud Data I am getting error: Unrecognized function or variable 'download........'

7 ビュー (過去 30 日間)
I am working on object classfication using Lidar Point Cloud Data, but when try to download Lidar Point Cloud Data I am taking error like 'Unrecognized function or variable 'helperDownloadPandasetData'. And also I am taking same error for other Lidar Point Cloud data, like Unrecognized function or variable 'downloadSydneyUrbanObjects'.
I have academic licanse I am student.
Functions;
outputFolder = fullfile(tempdir,'Pandaset');
lidarURL = ['https://ssd.mathworks.com/supportfiles/lidar/data/' ...
'Pandaset_LidarData.tar.gz'];
helperDownloadPandasetData(outputFolder,lidarURL);

回答 (1 件)

Divya Gaddipati
Divya Gaddipati 2021 年 5 月 11 日
I assume you are following this example, Lidar 3-D Object Detection Using PointPillars Deep Learning, as I see that this example uses the mentioned helper function.
As the helper function is part of the live script from the example, you'll be able to run it only inside the live script.
1. Open the live script using the following command:
openExample('deeplearning_shared/Lidar3DObjectDetectionUsingPointPillarsExample')
2. Click on the code snippet in the Download Lidar Data Set section.
3. Click on 'Run Section' on the toolstrip at the top. This should let you run this particular section.
If you'd like to use the helper function outside the live script, I'd suggest you create an individual function script and copy the content of the helperDownloadPandasetData in this file and save it in your working directory.
  1 件のコメント
Mekala Mahammad
Mekala Mahammad 2021 年 6 月 17 日
編集済み: Mekala Mahammad 2021 年 6 月 17 日
cropFrontViewFromLidarData helper function is not attached in the given example...Divya, kindly help in this regrad

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeLabeling, Segmentation, and Detection についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by