From 09fdb67d66b7d405a02fc5e73b13b0e4a08583a2 Mon Sep 17 00:00:00 2001 From: Alexey <AlexeyAB@users.noreply.github.com> Date: Sun, 04 Mar 2018 22:43:56 +0000 Subject: [PATCH] Update Readme.md --- src/demo.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/demo.h b/src/demo.h index 5f92271..1f142d4 100644 --- a/src/demo.h +++ b/src/demo.h @@ -2,6 +2,6 @@ #define DEMO #include "image.h" -void demo(char *cfgfile, char *weightfile, float thresh, int cam_index, const char *filename, char **names, int classes, int frame_skip, char *prefix); +void demo(char *cfgfile, char *weightfile, float 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); #endif -- Gitblit v1.10.0