Skip to content

Commit 5c3b46d

Browse files
Update max boxes back to 100.
1 parent 8ff9757 commit 5c3b46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yolov3_tf2/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from .batch_norm import BatchNormalization
2323
from .utils import broadcast_iou
2424

25-
yolo_max_boxes = 30
25+
yolo_max_boxes = 100
2626
yolo_iou_threshold = 0.5
2727
yolo_score_threshold = 0.5
2828
# customize your model through the following parameters

0 commit comments

Comments
 (0)