Skip to content

Commit

Permalink
chore(traffic_light_fine_detector): fix_default_tlr_yolox_model_name (a…
Browse files Browse the repository at this point in the history
…utowarefoundation#6163)

chore: fix_default_tlr_yolox_model_name

Signed-off-by: Shunsuke Miura <[email protected]>
  • Loading branch information
miursh authored and t4-x2 committed Jun 8, 2024
1 parent 6e4fe3c commit 833edfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<launch>
<arg name="data_path" default="$(env HOME)/autoware_data" description="packages data and artifacts directory path"/>
<arg name="fine_detector_label_path" default="$(var data_path)/traffic_light_fine_detector/tlr_labels.txt" description="fine detector label path"/>
<arg name="fine_detector_model_path" default="$(var data_path)/traffic_light_fine_detector/tlr_yolox_s_batch_6.onnx" description="fine detector onnx model path"/>
<arg name="fine_detector_model_path" default="$(var data_path)/traffic_light_fine_detector/tlr_car_ped_yolox_s_batch_6.onnx" description="fine detector onnx model path"/>
<arg name="fine_detector_precision" default="fp16"/>
<arg name="fine_detector_score_thresh" default="0.3"/>
<arg name="fine_detector_nms_thresh" default="0.65"/>
Expand Down

0 comments on commit 833edfb

Please sign in to comment.