YOLO计算自己的anchor boxes

看到一条这个,应该是计算基准box的。

rem # How to calculate Yolo v2 anchors using K-means++


darknet.exe detector calc_anchors data/voc.data -num_of_clusters 9 -width 416 -height 416


rem darknet.exe detector calc_anchors data/voc.data -num_of_clusters 9 -width 416 -height 416 -show




pause

 

posted @ 2020-05-19 17:02  巨鹿王十二  阅读(703)  评论(0编辑  收藏  举报