taipingeric / yolo-v4-tf.keras

A simple tf.keras implementation of YOLO v4
MIT License
140 stars 79 forks source link

Incorrect Anchors #15

Open zhao-lun opened 2 years ago

zhao-lun commented 2 years ago

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],