From feabcc31de9dfb93b59d5a598a03b617dabe86da Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Tue, 21 Apr 2015 19:58:03 +0000
Subject: [PATCH] gonna fuck shit up

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

diff --git a/src/detection.c b/src/detection.c
index 2610b48..c61c799 100644
--- a/src/detection.c
+++ b/src/detection.c
@@ -157,6 +157,7 @@
     srand(time(0));
 
     list *plist = get_paths("/home/pjreddie/data/voc/val.txt");
+    //list *plist = get_paths("/home/pjreddie/data/voc/test.txt");
     //list *plist = get_paths("/home/pjreddie/data/voc/val.expanded.txt");
     //list *plist = get_paths("/home/pjreddie/data/voc/train.txt");
     char **paths = (char **)list_to_array(plist);

--
Gitblit v1.10.0