Skip to content

Commit 33671ae

Browse files
authored
Merge pull request WZMIAOMIAO#532 from WZMIAOMIAO/dev
reset defaut thresh
2 parents 466f2d9 + d93257e commit 33671ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_object_detection/yolov3_spp/predict_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def main():
8282
classes,
8383
scores,
8484
category_index=category_index,
85-
box_thresh=0.5,
85+
box_thresh=0.2,
8686
line_thickness=3,
8787
font='arial.ttf',
8888
font_size=20)

0 commit comments

Comments
 (0)