Skip to content

Commit

Permalink
fix: revert max_iou_threshold
Browse files Browse the repository at this point in the history
Signed-off-by: badai-nguyen <[email protected]>
  • Loading branch information
badai-nguyen committed Dec 26, 2024
1 parent 7fc9bf6 commit fb45d21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<remap from="input/expect_rois" to="$(var input/expect_rois)"/>
<remap from="output/traffic_light_rois" to="$(var output/traffic_light_rois)"/>
<remap from="input/camera_info" to="$(var input/camera_info)"/>
<param name="max_iou_threshold" value="0.2"/>
<param name="max_iou_threshold" value="0.0"/>
<param name="debug" value="true"/>
</node>
</group>
Expand Down

0 comments on commit fb45d21

Please sign in to comment.