-
Notifications
You must be signed in to change notification settings - Fork 649
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(yolox): updating autoware tensorrt yolox for type adaptation #9312
base: main
Are you sure you want to change the base?
feat(yolox): updating autoware tensorrt yolox for type adaptation #9312
Conversation
Signed-off-by: YuxuanLiuTier4Desktop <[email protected]>
Signed-off-by: YuxuanLiuTier4Desktop <[email protected]>
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: YuxuanLiuTier4Desktop <[email protected]>
…n/autoware.universe into feat/type_adaptation_yolox
Signed-off-by: YuxuanLiuTier4Desktop <[email protected]>
@Owen-Liuyuxuan Thank you for PR! |
Signed-off-by: YuxuanLiuTier4Desktop <[email protected]>
@ktro2828 |
Description
Updating type adaptation for Autoware YOLOX.
Included changes:
Limitation:
Related links
Parent Issue:
Private Links:
How was this PR tested?
For this PR, I launch six Tensorrt YOLOX nodes in parallel and use my personal codes to publish six streams of normal images there.
This test simply turns on/off type adaptation on the launch file, which means that this shows how running type adaptation codes without pipeline optimization does not make performance worse.
Type adaptation ON vs Type adaption OFF:
Tests that include streamlining multiple nodes with type adaptation and getting optimized results are presented in the TIERIV internal link
Notes for reviewers
None.
Interface changes
ROS Parameter Changes
Additions and removals
is_using_image_transport
bool
true
type_adaptation_activated
bool
true
is_publish_debug_rois_image_
bool
true
Effects on system behavior
None.