Alexey
2018-06-07 63aeb63dee51aff8d0b7c862f9c7966e055eb061
build/darknet/x64/calc_anchors.cmd
@@ -1,7 +1,11 @@
rem # How to calculate Yolo v2 anchors using K-means++
darknet.exe detector calc_anchors data/voc.data -num_of_clusters 5 -final_width 13 -final_heigh 13
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