From 48586c8d4db5c00d3d4b9dabcc9a5d2294c5b15d Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Sun, 04 Mar 2018 15:15:56 +0000
Subject: [PATCH] Compile fix

---
 src/detector.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/detector.c b/src/detector.c
index b773a1c..42ffbf7 100644
--- a/src/detector.c
+++ b/src/detector.c
@@ -972,7 +972,7 @@
 	cvReleaseMat(&labels);
 }
 #else
-void calc_anchors(char *datacfg, int num_of_clusters, int final_width, int final_height) {
+void calc_anchors(char *datacfg, int num_of_clusters, int final_width, int final_height, int show) {
 	printf(" k-means++ can't be used without OpenCV, because there is used cvKMeans2 implementation \n");
 }
 #endif // OPENCV

--
Gitblit v1.10.0