Skip to content

Commit 71e13b8

Browse files
committed
Update sample code
1 parent 16c4e9b commit 71e13b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/python/yolov8_det/yolov8_det.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ def Release():
362362
del(yolov8)
363363

364364

365-
def main(input_image_path=None, output_image_path=None, show_image = True):
366-
365+
def main(input_image_path=None, output_image_path=None, show_image=True):
366+
367367
if input_image_path is None:
368368
input_image_path = execution_ws + "\\input.jpg"
369369

0 commit comments

Comments
 (0)