autowarefoundation / autoware

Autoware - the world's leading open-source software project for autonomous driving
https://www.autoware.org/
Apache License 2.0
8.6k stars 2.89k forks source link

fix: add download url of yolox with semantic segmentation header #4012

Closed badai-nguyen closed 1 month ago

badai-nguyen commented 7 months ago

Description

This PR to add yolox-s model with semantic segmentation to solve the issue https://github.com/autowarefoundation/autoware.universe/issues/5594 This should be merged before https://github.com/autowarefoundation/autoware.universe/pull/5553.

Related link

TIER IV INTERNAL LINK

Tests performed

Test ./setup-dev-env.sh on local machine and get successful to download the desired files: image

Effects on system behavior

Not applicable.

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

After all checkboxes are checked, anyone who has write access can merge the PR.

badai-nguyen commented 7 months ago

Since @dan-dnn is plan to update the yolox model so I convert this to PR and reopen when the model is ready

esteve commented 7 months ago

@badai-nguyen no problem, thanks for the update

badai-nguyen commented 1 month ago

@mitsudome-r @xmfcx I would like to add retrained multi-headers Yolox model for sematic segmentation use. Could you approve and merge this PR as only you have the write access I guess?