Skip to content

Commit

Permalink
feat: use ml model provider (#304)
Browse files Browse the repository at this point in the history
Signed-off-by: wep21 <[email protected]>
  • Loading branch information
wep21 authored and saka1-s committed Jun 25, 2024
1 parent 5ac3e84 commit 876fef8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
<arg name="objects_validation_method" value="$(var detected_objects_validation_method)"/>
<arg name="data_path" value="$(var data_path)"/>
<arg name="use_low_height_cropbox" value="false"/>
<arg name="enable_fine_detection" value="$(var traffic_light_recognition/enable_fine_detection)"/>
<arg name="centerpoint_model_name" value="aip_x2"/>
<arg name="centerpoint_model_path" value="$(find-pkg-share ml_model_provider)/data/lidar_centerpoint"/>
<arg name="centerpoint_model_param_path" value="$(find-pkg-share ml_model_provider)/config/lidar_centerpoint/aip_x2.param.yaml"/>

<!-- object recognition -->
<arg
Expand Down

0 comments on commit 876fef8

Please sign in to comment.