forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(tensorrt_yolox)!: fix namespace and directory structure (aut…
…owarefoundation#7992) * refactor: add autoware namespace prefix to `tensorrt_yolox` Signed-off-by: ktro2828 <[email protected]> * refactor: apply `autoware` namespace to tensorrt_yolox Signed-off-by: ktro2828 <[email protected]> * chore: update CODEOWNERS Signed-off-by: ktro2828 <[email protected]> * fix: resolve `yolox_tiny` to work Signed-off-by: ktro2828 <[email protected]> --------- Signed-off-by: ktro2828 <[email protected]>
- Loading branch information
Showing
25 changed files
with
110 additions
and
81 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -135,7 +135,7 @@ perception/autoware_raindrop_cluster_filter/** [email protected] yoshi.ri@tier | |
perception/autoware_shape_estimation/** [email protected] [email protected] | ||
perception/autoware_simple_object_merger/** [email protected] [email protected] [email protected] | ||
perception/autoware_tensorrt_classifier/** [email protected] [email protected] | ||
perception/tensorrt_yolox/** [email protected] [email protected] | ||
perception/autoware_tensorrt_yolox/** [email protected] [email protected] | ||
perception/traffic_light_arbiter/** [email protected] [email protected] | ||
perception/autoware_traffic_light_classifier/** [email protected] [email protected] [email protected] | ||
perception/autoware_traffic_light_fine_detector/** [email protected] [email protected] [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
perception/tensorrt_yolox/README.md → perception/autoware_tensorrt_yolox/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# tensorrt_yolox | ||
# autoware_tensorrt_yolox | ||
|
||
## Purpose | ||
|
||
|
File renamed without changes.
24 changes: 24 additions & 0 deletions
24
...nsorrt_yolox/config/yolox_tiny.param.yaml → ...nsorrt_yolox/config/yolox_tiny.param.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
perception/tensorrt_yolox/package.xml → ...ption/autoware_tensorrt_yolox/package.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.