From 0948df52b850b908e7a74cb589d19fa29eb30368 Mon Sep 17 00:00:00 2001 From: Alexey <AlexeyAB@users.noreply.github.com> Date: Tue, 08 May 2018 14:27:45 +0000 Subject: [PATCH] Merge pull request #741 from IlyaOvodov/Fix_detector_output --- src/image.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/image.h b/src/image.h index ebf28e8..d047f62 100644 --- a/src/image.h +++ b/src/image.h @@ -23,7 +23,7 @@ void draw_label(image a, int r, int c, image label, const float *rgb); void write_label(image a, int r, int c, image *characters, char *string, float *rgb); void draw_detections(image im, int num, float thresh, box *boxes, float **probs, char **names, image **labels, int classes); -void draw_detections_v3(image im, detection *dets, int num, float thresh, char **names, image **alphabet, int classes); +void draw_detections_v3(image im, detection *dets, int num, float thresh, char **names, image **alphabet, int classes, int ext_output); image image_distance(image a, image b); void scale_image(image m, float s); image crop_image(image im, int dx, int dy, int w, int h); -- Gitblit v1.10.0