WongKinYiu / ScaledYOLOv4

Scaled-YOLOv4: Scaling Cross Stage Partial Network
GNU General Public License v3.0
2.02k stars 572 forks source link

[ Anchors Understanding in yolov4-csp.yaml ] #189

Open baobaovuongcho opened 3 years ago

baobaovuongcho commented 3 years ago

image

Hello, As I see in the "yolov4-csp.yaml" file you set the anchors as the image above. My questions: 1) How can you set these number, ex: " - [12,16, 19,36, 40,28] # P3/8" what is 12,16 19,36, 40,28 mean? 2) If I train on custom dataset not same as COCO, do you have any suggest for me to set these values? Thank you

lgf821793883 commented 3 years ago

这影响收敛速度和精度,我目前在做 实验 。

engrjav commented 2 years ago

@baobaovuongcho any answers?