-
Notifications
You must be signed in to change notification settings - Fork 712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3D object tracking #7161
Comments
Sorry for the late update. I was unable to test bytetracker because the yolox module could not generate roi. |
Basic tracking functions have been implemented, but there are still some problems.
This is a test video. The blue bbox is the detected target and the green bbox is the tracked target. 2024-07-24.09.52.29.mp4 |
we have add uuid to track objects, and currently working on solving yaw problem. test.mp4 |
There are a lot of low confidence(<0.5) but real object which detected by centerpoint. |
This pull request has been automatically marked as stale because it has not had recent activity. |
Checklist
Description
Currently, the tracking module in Autoware is 2D, which only considers the information of the xy plane and cannot adapt to situations such as uphill and downhill. This task aims to design a 3D tracking module to solve the problem of poor 2D performance.
Purpose
Design a 3D tracker to improve tracking performance
Possible approaches
Autoware also has a bytetracker. I will try the effect of this tracker. If it works well, I will transform this tracker into 3D.
Definition of done
The text was updated successfully, but these errors were encountered: