From 0039fd26786ab5f71d5af725fc18b3f521e7acfd Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Thu, 29 Mar 2018 17:47:17 +0000
Subject: [PATCH] Yolo v3 using SO/DLL library
---
src/demo.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/demo.c b/src/demo.c
index 3b4e92d..2337a0a 100644
--- a/src/demo.c
+++ b/src/demo.c
@@ -313,7 +313,8 @@
}
}
#else
-void demo(char *cfgfile, char *weightfile, float thresh, float hier_thresh, int cam_index, const char *filename, char **names, int classes, int frame_skip, char *prefix, char *out_filename, int http_stream_port, int dont_show)
+void demo(char *cfgfile, char *weightfile, float thresh, float hier_thresh, int cam_index, const char *filename, char **names, int classes,
+ int frame_skip, char *prefix, char *out_filename, int http_stream_port, int dont_show)
{
fprintf(stderr, "Demo needs OpenCV for webcam images.\n");
}
--
Gitblit v1.10.0