tjuskyzhang / Scaled-YOLOv4-TensorRT

Got 100fps on TX2. Got 500fps on GeForce GTX 1660 Ti. If the project is useful to you, please Star it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yolov4 Tiny Anchors wrong?

philipp-schmidt opened this issue · comments

Hi, in cfg the anchors for tiny yolo are:

anchors = 10,14, 23,27, 37,58, 81,82, 135,169, 344,319

In code they are:

{81,82, 135,169, 344,319}
{23,27, 37,58, 81,82}

So this is probably wrong, the anchor 81,82 is used twice and 10,14 is never used: