From 08c7cf9c88befd845f00c00d85e40a9eead4b1b3 Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Sun, 19 Jun 2016 21:28:15 +0000 Subject: [PATCH] no mean on input binarization --- src/coco_demo.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/coco_demo.c b/src/coco_demo.c index c516f78..e5e9087 100644 --- a/src/coco_demo.c +++ b/src/coco_demo.c @@ -10,8 +10,8 @@ #define FRAMES 1 #ifdef OPENCV -#include "opencv2/highgui/highgui.hpp" -#include "opencv2/imgproc/imgproc.hpp" +#include "opencv2/highgui/highgui_c.h" +#include "opencv2/imgproc/imgproc_c.h" void convert_coco_detections(float *predictions, int classes, int num, int square, int side, int w, int h, float thresh, float **probs, box *boxes, int only_objectness); extern char *coco_classes[]; -- Gitblit v1.10.0