Skip to content

Commit 321b2e9

Browse files
Reduce min_score_thresh to 0.60
1 parent ba75bcb commit 321b2e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Object_detection_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
category_index,
108108
use_normalized_coordinates=True,
109109
line_thickness=8,
110-
min_score_thresh=0.80)
110+
min_score_thresh=0.60)
111111

112112
# All the results have been drawn on image. Now display the image.
113113
cv2.imshow('Object detector', image)

0 commit comments

Comments
 (0)