-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 new traffic light detector artifacts download #5764
feat: add new traffic light detector artifacts download #5764
Conversation
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: badai-nguyen <[email protected]> Signed-off-by: MasatoSaeki <[email protected]>
Signed-off-by: badai-nguyen <[email protected]> Signed-off-by: MasatoSaeki <[email protected]>
20ab776
to
4328f0f
Compare
Signed-off-by: MasatoSaeki <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM based on previous PR
@youtalk @oguzkaganozt |
health-check-nightly is failing due to resource starvation, but it is unrelated to this PR's modification so I'm merging the PR. |
Description
This PR add new artifact, which is whole image traffic light detection model working on YOLOX.
Related issue is below.
How was this PR tested?
I have checked this PR like below.
./setup-dev-env.sh
ros2 launch autoware_tensorrt_yolox yolox_traffic_light_detector.launch.xml
Notes for reviewers
None.
Effects on system behavior
None.