Skip to content

Commit 8a6c82e

Browse files
committed
2 parents 5907695 + 6565fb4 commit 8a6c82e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/OpenVinoYolo8Detect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ def detect(self, image, threshold=0.5, label=-1):
141141
return sort_boxes(boxes)
142142
except Exception as e:
143143
logger.error(f'OpenVINO yolo detect error: {e}')
144-
return
144+
return []

0 commit comments

Comments
 (0)