yolo-v4-tf.keras icon indicating copy to clipboard operation
yolo-v4-tf.keras copied to clipboard

Incorrect Anchors

Open zhao-lun opened this issue 3 years ago • 0 comments

I realized the anchors used in this repo are the default anchors. However the default papers used 512 x 512 input size. This repo is using 416 x 416 with anchors exceeding the image size... config.py

'anchors': [12, 16, 19, 36, 40, 28, 36, 75, 76, 55, 72, 146, 142, 110, 192, 243, 459, 401],

zhao-lun avatar Dec 09 '21 14:12 zhao-lun