can anyone please tell me ObjectDetections in Driving Scenario Designer ( Attached) what information gives us?

5 ビュー (過去 30 日間)
Hello
Variable like ObjectsDetections in the attached photo what information gives us ? For example 6*1cell means 6 objects were detected ?As you see I have different numbers in this column.
Thanks

回答 (1 件)

Kshitij Chhabra
Kshitij Chhabra 2021 年 9 月 2 日
Hello,
ObjectDetections gives the output as a structure corresponding to the number of generated detection as a cell array of objectDetection objects. The given is generated as a result of drivingRadarDataGenerator function which gets added whenever you add a sensor to your ego vehicle in the driving scenario generator. As you've interpreted correctly, 6*1 cell would mean that 6 objects were detected.
The same can be visualised in the following example scenario I created:
On exporting the driving scenario, and running the function it would give an output of ObjectDetection with a 3*1 cell array

カテゴリ

Help Center および File ExchangeAutomated Driving Toolbox についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by