首页 > 技术文章 > YOLO计算自己的anchor boxes

juluwangshier 2020-05-19 17:02 原文

看到一条这个,应该是计算基准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

 

推荐阅读