From 2a9f7e44ce1b73d3d56ef83f83e94f074ecac3f9 Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Fri, 06 Apr 2018 17:34:38 +0000 Subject: [PATCH] Added automatic AVX support - speedup +20% on CPU x86_64 Intel Skylake --- 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 497b30b..1c7d2d8 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 5 -width 416 -heigh 416 +darknet.exe detector calc_anchors data/voc.data -num_of_clusters 9 -width 416 -heigh 416 -rem darknet.exe detector calc_anchors data/voc.data -num_of_clusters 5 -width 416 -heigh 416 -show +rem darknet.exe detector calc_anchors data/voc.data -num_of_clusters 9 -width 416 -heigh 416 -show -- Gitblit v1.10.0