Skip to content

Commit

Permalink
Activated remove_overlapped_unknown_objects
Browse files Browse the repository at this point in the history
  • Loading branch information
mebasoglu committed Aug 4, 2023
1 parent b6392ca commit 025a101
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +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="remove_overlapped_unknown_objects" value="true"/>
<param name="generalized_iou_threshold" value="-0.1"/>
<param name="precision_threshold_to_judge_overlapped" value="0.4"/>
</node>
Expand Down

0 comments on commit 025a101

Please sign in to comment.