AlexeyAB
2018-06-27 51ae7b0b5047b7ada0afde7bd8440f860397f6d2
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