From 8fd18add6e060a433629fae3fa2a7ef75df4644e Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Wed, 04 Nov 2015 03:23:42 +0000
Subject: [PATCH] CVPR Experiments

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

diff --git a/src/imagenet.c b/src/imagenet.c
index 1701a2a..fa16251 100644
--- a/src/imagenet.c
+++ b/src/imagenet.c
@@ -92,6 +92,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