Skip to content

Commit 876fef8

Browse files
wep21saka1-s
authored andcommitted
feat: use ml model provider (#304)
Signed-off-by: wep21 <daisuke.nishimatsu1021@gmail.com>
1 parent 5ac3e84 commit 876fef8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

autoware_launch/launch/components/tier4_perception_component.launch.xml

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
<arg name="objects_validation_method" value="$(var detected_objects_validation_method)"/>
2525
<arg name="data_path" value="$(var data_path)"/>
2626
<arg name="use_low_height_cropbox" value="false"/>
27+
<arg name="enable_fine_detection" value="$(var traffic_light_recognition/enable_fine_detection)"/>
28+
<arg name="centerpoint_model_name" value="aip_x2"/>
29+
<arg name="centerpoint_model_path" value="$(find-pkg-share ml_model_provider)/data/lidar_centerpoint"/>
30+
<arg name="centerpoint_model_param_path" value="$(find-pkg-share ml_model_provider)/config/lidar_centerpoint/aip_x2.param.yaml"/>
2731

2832
<!-- object recognition -->
2933
<arg

0 commit comments

Comments
 (0)