How to generate the datalog and scenario to track objects?

5 ビュー (過去 30 日間)
Alexander Burns
Alexander Burns 2022 年 3 月 23 日
回答済み: Prashant Arora 2022 年 3 月 24 日
I have the time and position of 2 drones in 3 dimensions in an excel sheet that I want to apply the different trackers to (like the Tracking Closely Spaced Targets Under Ambiguity example), but I dont know how to generate the scenario and detections. How do I do this?

採用された回答

Prashant Arora
Prashant Arora 2022 年 3 月 24 日
Hi Alexander,
There are two possible interpretations of "position" in your question. I am listing options for both interpretations.
  • If your position data represents observed sensor measurements
You can pack them into objectDetection format by following instructions from this example:
You can feed these detections to a multi-object tracker for tracking.
  • If your position data represents ground truth information.
If you have noisy ground truth position data, you can look at the following example to convert it to a trajectory.
If your ground truth position data is sufficiently smooth, you can directly create a waypointTrajectory from it.
You can reuse this trajectory to generate a trackingScenario as shown in the example below
Once you have a scenario, you can use different sensor models in the toolbox to simulate sensor measurements in the form of objectDetection and run your tracker.
You can also use the Tracking Scenario Designer App to faciliate these tasks.
Hope this helps,
Prashant

その他の回答 (0 件)

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by