AlexeyAB
2018-06-03 132251d72325e1005ef6c47f83d6a4e9b9355d12
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