tensorflow-yolov3 icon indicating copy to clipboard operation
tensorflow-yolov3 copied to clipboard

basline_anchors

Open change113 opened this issue 5 years ago • 6 comments

Hello, How did you get your “basline_anchors.txt”?

                                       Thank you

change113 avatar May 31 '19 01:05 change113

In Yolo, i think the shapes of the anchors are calculated by using K-Mean Clustering on the bounding box of the training images.

HtutLynn avatar May 31 '19 07:05 HtutLynn

在Yolo中,我认为锚的形状是通过在训练图像的边界框上使用K均值聚类来计算的。

Are you using basline_anchors.txt or your own anchor file? How was the final training?

change113 avatar May 31 '19 07:05 change113

@HtutLynn How can i gen it for my data bro ?

uname0x96 avatar May 31 '19 09:05 uname0x96

Anyone figured this out? Pls help me out. THX

songzhezhu avatar Jul 10 '19 03:07 songzhezhu

@cong235 , The author has already mentioned it on README. You can get it by referencing this code - https://nbviewer.jupyter.org/github/YunYang1994/tensorflow-yolov3/blob/master/docs/Box-Clustering.ipynb

HtutLynn avatar Jul 10 '19 11:07 HtutLynn

Anyone

Hello, How did you get your “basline_anchors.txt”?

Same question, anyone got it?

alexanderDuenas avatar May 22 '21 12:05 alexanderDuenas