WongKinYiu / yolor

implementation of paper - You Only Learn One Representation: Unified Network for Multiple Tasks (https://arxiv.org/abs/2105.04206)
GNU General Public License v3.0
1.99k stars 518 forks source link

Why is autoanchor disabled? #35

Open LukeAI opened 3 years ago

LukeAI commented 3 years ago

Why is autoanchor disabled?

WongKinYiu commented 3 years ago

it is not general to various dataset and feature pyramid settings. you could enable it if you have no idea about how to set anchors.

LukeAI commented 3 years ago

hmm ok - I guess I don't. Is this particular to yolor? Would you advise to disable in scaledyolo ?

WongKinYiu commented 3 years ago

i think it is to all yolo >= v3. it only suitable for crowd sourced data, but not helpful for almost all of surveillance/uav/... sources.