From 30e08573d1c24b93ea01b209917ef91bde392673 Mon Sep 17 00:00:00 2001
From: Alexey <AlexeyAB@users.noreply.github.com>
Date: Sun, 06 May 2018 18:31:49 +0000
Subject: [PATCH] Merge pull request #759 from Adesun/log_parser

---
 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 f8a77ad..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 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 5 -final_width 13 -final_heigh 13 -show
+rem darknet.exe detector calc_anchors data/voc.data -num_of_clusters 9 -width 416 -height 416 -show
 
 
 

--
Gitblit v1.10.0