Yolov4 Tiny Anchors wrong?
philipp-schmidt opened this issue · comments
Philipp Schmidt commented
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:
Philipp Schmidt commented
Nevermind I was proven wrong.