Skip to content

Commit

Permalink
YOLO-NAS image_reliability set to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Aug 2, 2024
1 parent a5d3e75 commit d969234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yolov8_bringup/launch/yolo-nas.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def generate_launch_description():
"enable": LaunchConfiguration("enable", default="True"),
"threshold": LaunchConfiguration("threshold", default="0.5"),
"input_image_topic": LaunchConfiguration("input_image_topic", default="/camera/rgb/image_raw"),
"image_reliability": LaunchConfiguration("image_reliability", default="1"),
"image_reliability": LaunchConfiguration("image_reliability", default="2"),
"namespace": LaunchConfiguration("namespace", default="yolo"),
}.items(),
)
Expand Down

0 comments on commit d969234

Please sign in to comment.