From 84f53a4b05475156b03cbf9177ae190350fa824e Mon Sep 17 00:00:00 2001 From: Adesun <AvenSun@live.com> Date: Sun, 05 Aug 2018 04:18:27 +0000 Subject: [PATCH] * make regex compatible with new code * fix #777 exceeds Locator.MAXTICKS * set non-interactive backend when OS is not windows * save figure as SVG --- build/darknet/x64/calc_anchors.cmd | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/darknet/x64/calc_anchors.cmd b/build/darknet/x64/calc_anchors.cmd index 1c7d2d8..45bb6ff 100644 --- a/build/darknet/x64/calc_anchors.cmd +++ b/build/darknet/x64/calc_anchors.cmd @@ -1,10 +1,10 @@ rem # How to calculate Yolo v2 anchors using K-means++ -darknet.exe detector calc_anchors data/voc.data -num_of_clusters 9 -width 416 -heigh 416 +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 -heigh 416 -show +rem darknet.exe detector calc_anchors data/voc.data -num_of_clusters 9 -width 416 -height 416 -show -- Gitblit v1.10.0