From b0106d7bde5240b800425874d30beb0aec262b84 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Mon, 13 Apr 2015 21:09:55 +0000
Subject: [PATCH] probably stuff changed

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

diff --git a/src/detection.c b/src/detection.c
index 1cf9ef0..fec3980 100644
--- a/src/detection.c
+++ b/src/detection.c
@@ -93,9 +93,9 @@
         load_thread = load_data_detection_thread(imgs, paths, plist->size, classes, net.w, net.h, side, side, background, &buffer);
 
 /*
-           image im = float_to_image(im_dim, im_dim, 3, train.X.vals[114]);
+           image im = float_to_image(net.w, net.h, 3, train.X.vals[114]);
            draw_detection(im, train.y.vals[114], 7);
-*/
+           */
 
         printf("Loaded: %lf seconds\n", sec(clock()-time));
         time=clock();

--
Gitblit v1.10.0