tensorflow-yolov3
tensorflow-yolov3 copied to clipboard
basline_anchors
Hello, How did you get your “basline_anchors.txt”?
Thank you
In Yolo, i think the shapes of the anchors are calculated by using K-Mean Clustering on the bounding box of the training images.
在Yolo中,我认为锚的形状是通过在训练图像的边界框上使用K均值聚类来计算的。
Are you using basline_anchors.txt or your own anchor file? How was the final training?
@HtutLynn How can i gen it for my data bro ?
Anyone figured this out? Pls help me out. THX
@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
Anyone
Hello, How did you get your “basline_anchors.txt”?
Same question, anyone got it?