Stinky-Tofu / Stronger-yolo

🔥Improve yolo with latest paper
MIT License
3 stars 0 forks source link

when train my own dataset?How to modify the anchors #33

Open LDoubleZhi opened 5 years ago

LDoubleZhi commented 5 years ago

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

Stinky-Tofu commented 5 years ago

Tomorrow I will release another project that removed anchor

LDoubleZhi commented 5 years ago

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.

Stinky-Tofu commented 5 years ago

It's divided stride

LDoubleZhi commented 5 years ago

ok,I'll wait for your new project.