Skip to content

Commit

Permalink
Changed GIoU param for object_merger
Browse files Browse the repository at this point in the history
  • Loading branch information
mebasoglu committed Aug 3, 2023
1 parent 1e33f4c commit b6392ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<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="generalized_iou_threshold" value="-0.1"/>
<param name="precision_threshold_to_judge_overlapped" value="0.4"/>
</node>
</launch>

0 comments on commit b6392ca

Please sign in to comment.