AlexeyAB
2018-05-17 9ba0beb413d8b443376c36c1701a0dbce1e8d566
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