From c3b9e4453884f9e44761987fce3b9c6a3dae447b Mon Sep 17 00:00:00 2001
From: Rakesh Jasti <jas.rk11@gmail.com>
Date: Wed, 26 Apr 2017 13:48:19 +0000
Subject: [PATCH] Added support for custom data with png image files

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

diff --git a/src/coco.c b/src/coco.c
index 939a08d..f684fee 100644
--- a/src/coco.c
+++ b/src/coco.c
@@ -318,7 +318,7 @@
 
 void test_coco(char *cfgfile, char *weightfile, char *filename, float thresh)
 {
-    image *alphabet = load_alphabet();
+    image **alphabet = load_alphabet();
     network net = parse_network_cfg(cfgfile);
     if(weightfile){
         load_weights(&net, weightfile);

--
Gitblit v1.10.0