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

Autoanchor is disabled for training(question) #97

Open yusiyoh opened 3 years ago

yusiyoh commented 3 years ago

I am training yolor-d6 and noticed that it is not calculating the anchors for custom dataset as in the scaled-yolov4 implementation. Why is it disabled? Does it decrease the performance?

1chimaruGin commented 2 years ago

Duplicate of #35