From 6103ecc4012ae8a93b96e808bc05f26cdef470d9 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Mon, 09 Nov 2015 20:06:54 +0000
Subject: [PATCH] ready for push?

---
 src/imagenet.c |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/src/imagenet.c b/src/imagenet.c
index 1701a2a..dece952 100644
--- a/src/imagenet.c
+++ b/src/imagenet.c
@@ -48,12 +48,6 @@
         pthread_join(load_thread, 0);
         train = buffer;
 
-        /*
-        image im = float_to_image(256, 256, 3, train.X.vals[114]);
-        show_image(im, "training");
-        cvWaitKey(0);
-        */
-
         load_thread = load_data_in_thread(args);
         printf("Loaded: %lf seconds\n", sec(clock()-time));
         time=clock();
@@ -92,6 +86,7 @@
     srand(time(0));
 
     char **labels = get_labels("data/inet.labels.list");
+    //list *plist = get_paths("data/inet.suppress.list");
     list *plist = get_paths("data/inet.val.list");
 
     char **paths = (char **)list_to_array(plist);

--
Gitblit v1.10.0