We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 466f2d9 + d93257e commit 33671aeCopy full SHA for 33671ae
pytorch_object_detection/yolov3_spp/predict_test.py
@@ -82,7 +82,7 @@ def main():
82
classes,
83
scores,
84
category_index=category_index,
85
- box_thresh=0.5,
+ box_thresh=0.2,
86
line_thickness=3,
87
font='arial.ttf',
88
font_size=20)
0 commit comments