From 7520949d84bb410ebc22dece85181d725e03727a Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Wed, 08 Jun 2016 18:07:31 +0000
Subject: [PATCH] idk just in case

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

diff --git a/src/detection_layer.c b/src/detection_layer.c
index 1adda06..e103b4e 100644
--- a/src/detection_layer.c
+++ b/src/detection_layer.c
@@ -176,7 +176,7 @@
             }
         }
 
-        if(1){
+        if(0){
             float *costs = calloc(l.batch*locations*l.n, sizeof(float));
             for (b = 0; b < l.batch; ++b) {
                 int index = b*l.inputs;

--
Gitblit v1.10.0