From b3b78afb8f313231ab771367af3a60cfedd98c11 Mon Sep 17 00:00:00 2001
From: Alexey <AlexeyAB@users.noreply.github.com>
Date: Mon, 06 Aug 2018 10:32:27 +0000
Subject: [PATCH] Merge pull request #1337 from Adesun/log_parser

---
 src/image.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/image.c b/src/image.c
index 75259e8..4807371 100644
--- a/src/image.c
+++ b/src/image.c
@@ -548,6 +548,9 @@
             cvPutText(show_img, labelstr, pt_text, &font, black_color);
         }
     }
+    if (ext_output) {
+        fflush(stdout);
+    }
 }
 
 void draw_detections_cv(IplImage* show_img, int num, float thresh, box *boxes, float **probs, char **names, image **alphabet, int classes)

--
Gitblit v1.10.0