From 4b60afcc640a340a87fa56431322a4bb4ae1cfea Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Tue, 08 Nov 2016 07:42:19 +0000
Subject: [PATCH] stuff and things

---
 src/demo.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/demo.c b/src/demo.c
index 6c653a9..91562c0 100644
--- a/src/demo.c
+++ b/src/demo.c
@@ -17,7 +17,7 @@
 image get_image_from_stream(CvCapture *cap);
 
 static char **demo_names;
-static image *demo_alphabet;
+static image **demo_alphabet;
 static int demo_classes;
 
 static float **probs;
@@ -94,7 +94,7 @@
 void demo(char *cfgfile, char *weightfile, float thresh, int cam_index, const char *filename, char **names, int classes, int frame_skip, char *prefix)
 {
     //skip = frame_skip;
-    image *alphabet = load_alphabet();
+    image **alphabet = load_alphabet();
     int delay = frame_skip;
     demo_names = names;
     demo_alphabet = alphabet;

--
Gitblit v1.10.0