Skip to content

Commit

Permalink
update object filter method
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDriveProject committed Jul 24, 2023
1 parent 7e2ef7c commit 642a9ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,10 +261,10 @@

<!-- Filter -->
<group>
<include file="$(find-pkg-share detected_object_validation)/launch/object_lanelet_filter.launch.xml" if="$(var use_object_filter)">
<include file="$(find-pkg-share detected_object_validation)/launch/object_position_filter.launch.xml" if="$(var use_object_filter)">
<arg name="input/object" value="objects_before_filter"/>
<arg name="output/object" value="$(var output/objects)"/>
<arg name="filtering_range_param" value="$(var object_recognition_detection_object_lanelet_filter_param_path)"/>
<arg name="filtering_range_param" value="$(var object_recognition_detection_object_position_filter_param_path)"/>
</include>
</group>
</launch>
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<param from="$(var data_association_matrix_path)"/>
<param from="$(var distance_threshold_list_path)"/>
<param name="priority_mode" value="$(var priority_mode)"/>
<param name="remove_overlapped_unknown_objects" value="false"/>
<param name="generalized_iou_threshold" value="-0.6"/>
<param name="precision_threshold_to_judge_overlapped" value="0.4"/>
</node>
Expand Down

0 comments on commit 642a9ca

Please sign in to comment.