How to track objects using trackerGNN with some logic applied
이전 댓글 표시
I have locations of bounding boxes at an intersection. Ideally, these boxes represent cars, but they can also represent noise since my only data source is LIDAR.
답변 (1개)
Asvin Kumar
2021년 2월 10일
0 개 추천
Here's an example of how trackerGNN can be used in object tracking: Track Two Objects with trackerGNN
Since you mention that you have LIDAR data, this page has two useful examples on tracking objects: LIDAR Detection and Tracking. The examples are:
- Track Vehicles Using LIDAR: From Point Cloud to Track List
- Detect Classify and Track Vehicles Using LIDAR
The output in the first example seems similar to what you would expect from trackerGNN.
카테고리
도움말 센터 및 File Exchange에서 Multi-Object Trackers에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!