Tino Hager
2018-06-23 8d2f2653c8a9f7101dbd4c0727beccaa48c98634
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