Unrecognized function or variable 'helperDownloadData'. This error shows when I run my code

Here is the code:
[ptClouds,pretrainedModel] = helperDownloadData;
The error:
Unrecognized function or variable 'helperDownloadData'.
Error in lidar (line 1)
[ptClouds,pretrainedModel] = helperDownloadData;

回答 (1 件)

Star Strider
Star Strider 2022 年 3 月 19 日

1 投票

That call appears to be in the example Detect, Classify, and Track Vehicles Using Lidar so using it requires having the Lidar Toolbox licensed and installed. Also see Unrecognized field name ptCloudData and How to detect 2D objects in LiDAR data that both deal with similar problems. (I do not have the Toolbox, so this is based on my search.)

カテゴリ

ヘルプ センター および File ExchangeLabeling, Segmentation, and Detection についてさらに検索

製品

リリース

R2022a

質問済み:

2022 年 3 月 19 日

回答済み:

2022 年 3 月 19 日

Community Treasure Hunt

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

Start Hunting!

Translated by