We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff9757 commit 5c3b46dCopy full SHA for 5c3b46d
yolov3_tf2/models.py
@@ -22,7 +22,7 @@
22
from .batch_norm import BatchNormalization
23
from .utils import broadcast_iou
24
25
-yolo_max_boxes = 30
+yolo_max_boxes = 100
26
yolo_iou_threshold = 0.5
27
yolo_score_threshold = 0.5
28
# customize your model through the following parameters
0 commit comments