-
Notifications
You must be signed in to change notification settings - Fork 691
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: add yolov10 node #9198
base: main
Are you sure you want to change the base?
feat: add yolov10 node #9198
Conversation
Signed-off-by: suchang <chang.su@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: suchang <chang.su@autocore.ai>
Signed-off-by: suchang <chang.su@autocore.ai>
Signed-off-by: suchang <chang.su@autocore.ai>
Signed-off-by: suchang <chang.su@autocore.ai>
Signed-off-by: suchang <chang.su@autocore.ai>
Signed-off-by: suchang <chang.su@autocore.ai>
It takes some time. The tensorrt_common package has been refactored a lot. I will refer to the yolox code to modify the current code to adapt it to the latest tensorrt_common code. |
Signed-off-by: suchang <chang.su@autocore.ai>
Signed-off-by: suchang <chang.su@autocore.ai>
Signed-off-by: suchang <chang.su@autocore.ai>
Signed-off-by: suchang <chang.su@autocore.ai>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9198 +/- ##
==========================================
- Coverage 26.31% 26.29% -0.02%
==========================================
Files 1384 1394 +10
Lines 107560 108147 +587
Branches 41421 41554 +133
==========================================
+ Hits 28306 28440 +134
- Misses 76433 76871 +438
- Partials 2821 2836 +15
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Good evening Fatih san @xmfcx Best regards 心刚 |
Signed-off-by: suchang <chang.su@autocore.ai>
Signed-off-by: suchang <chang.su@autocore.ai>
Signed-off-by: suchang <chang.su@autocore.ai>
@MasatoSaeki |
Description
add yolov10 node
Related links
#8753
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.