Skip to content

Commit 285af98

Browse files
Update configs.py
1 parent 801010e commit 285af98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

yolov3/configs.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
#YOLOv3-TINY and YOLOv4-TINY WORKAROUND
6767
if TRAIN_YOLO_TINY:
6868
YOLO_STRIDES = [16, 32, 64]
69-
YOLO_ANCHORS = [[[23, 27], [37, 58], [81, 82]],
69+
# YOLO_ANCHORS = [[[23, 27], [37, 58], [81, 82]], # this line can be uncommented for default coco weights
70+
YOLO_ANCHORS = [[[10, 14], [23, 27], [37, 58]],
7071
[[81, 82], [135, 169], [344, 319]],
7172
[[0, 0], [0, 0], [0, 0]]]

0 commit comments

Comments
 (0)