Skip to content

Commit

Permalink
fix: update model names
Browse files Browse the repository at this point in the history
Signed-off-by: tzhong518 <[email protected]>
  • Loading branch information
tzhong518 committed Dec 25, 2023
1 parent e670bf1 commit 36a6b5b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,10 @@

<!-- traffic light recognition -->
<arg name="traffic_light_arbiter_param_path" value="$(find-pkg-share autoware_launch)/config/perception/traffic_light_arbiter/traffic_light_arbiter.param.yaml"/>
<arg name="traffic_light_fine_detector_model_path" value="$(var data_path)/traffic_light_fine_detector"/>
<arg name="traffic_light_fine_detector_model_name" value="tlr_pedcar_yolox_s_batch_6"/>

Check warning on line 129 in autoware_launch/launch/components/tier4_perception_component.launch.xml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (pedcar)
<arg name="traffic_light_fine_detector_model_name" value="tlr_yolox_s_batch_6"/>
<arg name="traffic_light_classifier_model_path" value="$(var data_path)/traffic_light_classifier"/>
<arg name="traffic_light_classifier_model_name_car" value="traffic_light_classifier_mobilenetv2_batch_6"/>
<arg name="traffic_light_classifier_model_name_ped" value="ped_traffic_light_classifier_mobilenetv2_batch_6"/>
<arg name="traffic_light_classifier_model_name" value="traffic_light_classifier_mobilenetv2_batch_6"/>
</include>
</launch>

0 comments on commit 36a6b5b

Please sign in to comment.