forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tier4_perception_launch): add option for new TL detector model (a…
…utowarefoundation#9731) * feat: add traffic_light_detector launch Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> fix: tier4 perception launch Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> fix: add multi tlr detector launch Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> fix: tier4 launch Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> fix: tl detector launch Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> fix: data director Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> fix: precision int8 Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> chore: revert to fp16 Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> feat: remove occlusion and add car ped classification merger Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> fix: launch for multi camera Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> chore: pre-commit Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> fix: update matching score Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> feat: add max_iou_threshold Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> feat: add occlusion unknown classifier Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix: tl detector launch Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * refactor: traffic_light_launch.xml Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix: remove tl fine detector Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix: refactor Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * chore: pre-commit Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix: cspelling check Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix: error after rename package Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix: default tl model name Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix: new tlr for multi cameras Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * modify args Signed-off-by: MasatoSaeki <masato.saeki@tier4.jp> * style(pre-commit): autofix * refactor Signed-off-by: MasatoSaeki <masato.saeki@tier4.jp> * add category_merger to container Signed-off-by: MasatoSaeki <masato.saeki@tier4.jp> * fix args Signed-off-by: MasatoSaeki <masato.saeki@tier4.jp> * run pre-commit Signed-off-by: MasatoSaeki <masato.saeki@tier4.jp> --------- Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> Signed-off-by: MasatoSaeki <masato.saeki@tier4.jp> Co-authored-by: Masato Saeki <78376491+MasatoSaeki@users.noreply.github.com> Co-authored-by: MasatoSaeki <masato.saeki@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
4a77f3d
commit d5e923e
Showing
9 changed files
with
147 additions
and
22 deletions.
There are no files selected for viewing
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
2 changes: 1 addition & 1 deletion
2
...eption/autoware_traffic_light_visualization/config/traffic_light_visualization.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/**: | ||
ros__parameters: | ||
enable_fine_detection: false | ||
use_ml_detector: false | ||
use_image_transport: true |
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