-
Notifications
You must be signed in to change notification settings - Fork 719
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
feat(autoware_bytetrack3d): add new 3d multi-object tracking algorithm #9298
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: liu cui <cynthia.liu@autocore.ai>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: liu cui <cynthia.liu@autocore.ai>
Signed-off-by: liu cui <cynthia.liu@autocore.ai>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9298 +/- ##
==========================================
- Coverage 29.81% 29.57% -0.25%
==========================================
Files 1338 1345 +7
Lines 103300 104080 +780
Branches 40232 40363 +131
==========================================
- Hits 30801 30780 -21
- Misses 69512 70207 +695
- Partials 2987 3093 +106
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@cyn-liu could you share some information on how this new node can be tested? A bag file and instructions would be very helpful. |
OK, I will upload the test bag and test video. |
We plan to refactor this PR, temporarily setting it as a draft. |
This pull request has been automatically marked as stale because it has not had recent activity. |
Description
ByteTrack3D
is improved based on 2D tracking algorithmByteTrack
, mainly aims to perform 3D multi-object tracking.Related links
related issue
How was this PR tested?
Tested.
Notes for reviewers
None.
Interface changes
Topic changes
Additions and removals
in/objects
autoware_perception_msgs::msg::DetectedObjects
out/objects
autoware_perception_msgs::msg::TrackedObjects
ROS Parameter Changes
Additions and removals
track_buffer_length
int
30
Effects on system behavior
None.