Skip to content

Commit

Permalink
adjusted the conf_thres on node
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniParr committed Feb 16, 2024
1 parent 3418c7f commit ed171cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __init__(self):

def detection_callback(self, msg):
# Create Image from array
self.detector.display_detection_ros_msg(msg, conf_thres=0)
self.detector.display_detection_ros_msg(msg, conf_thres=0.85)


if __name__ == "__main__":
Expand Down

0 comments on commit ed171cf

Please sign in to comment.