From 372980d690f84aade1ebfd1a92750ed327ab1c8d Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Mon, 04 May 2015 18:29:21 +0000
Subject: [PATCH] i don't know what's going on anymore

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

diff --git a/src/detection_layer.h b/src/detection_layer.h
index a56cb25..0aa5f66 100644
--- a/src/detection_layer.h
+++ b/src/detection_layer.h
@@ -11,6 +11,8 @@
     int background;
     int rescore;
     int nuisance;
+    int does_cost;
+    float *cost;
     float *output;
     float *delta;
     #ifdef GPU

--
Gitblit v1.10.0