From 8c5364f58569eaeb5582a4915b36b24fc5570c76 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Mon, 09 Nov 2015 19:31:39 +0000
Subject: [PATCH] New YOLO
---
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