Open LDoubleZhi opened 5 years ago
Tomorrow I will release another project that removed anchor
Thanks, I find that the anchors in darknet on voc is "anchors = 10,13, 16,30, 33,23, 30,61, 62,45, 59,119, 116,90, 156,198, 373,326", It seems different.
It's divided stride
ok,I'll wait for your new project.
, `ANCHORS = [[(1.25, 1.625), (2.0, 3.75), (4.125, 2.875)], # Anchors for small obj [(1.875, 3.8125), (3.875, 2.8125), (3.6875, 7.4375)], # Anchors for medium obj [(3.625, 2.8125), (4.875, 6.1875), (11.65625, 10.1875)]]``