pjreddie / darknet

Convolutional Neural Networks
http://pjreddie.com/darknet/
Other
25.69k stars 21.33k forks source link

anchors of tiny yolov3? #1760

Open saichandrareddy1 opened 5 years ago

saichandrareddy1 commented 5 years ago

1)I have created anchors with the gen_anchors for my yolov3-tiny.config file 2) I kept default clusters 9 and I got 3.38,3.38, 3.83,5.01, 3.94,7.48, 4.95,4.75, 5.53,5.67, 6.45,4.06, 6.47,8.23, 7.45,5.94, 10.96,8.63 0.858832 above answer 3) What does this(numbers) mean and 0.858832? 4) How to set anchors in the config file because I got 18 anchors and when I kept this number in the config I'm getting an error core dump 5) How to set these 18 anchors?

barzan-hayati commented 4 years ago

@saichandrareddy1 Could you resolve this problem?

saichandrareddy1 commented 4 years ago

@barzan-hayati https://github.com/AlexeyAB/darknet once read every thing from this repo Because I used it after this error i got. it's working good

barzan-hayati commented 4 years ago

@saichandrareddy1 Thanks. It was a great guidance.