From 56b6561ae4f1e238ba1a65701f91b40636037cc2 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Tue, 24 Mar 2015 20:20:56 +0000
Subject: [PATCH] stuff changed probably

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

diff --git a/src/detection_layer.h b/src/detection_layer.h
index 2ad1ef2..7be576e 100644
--- a/src/detection_layer.h
+++ b/src/detection_layer.h
@@ -10,6 +10,7 @@
     int coords;
     int background;
     int rescore;
+    int nuisance;
     float *output;
     float *delta;
     #ifdef GPU
@@ -18,7 +19,7 @@
     #endif
 } detection_layer;
 
-detection_layer *make_detection_layer(int batch, int inputs, int classes, int coords, int rescore, int background);
+detection_layer *make_detection_layer(int batch, int inputs, int classes, int coords, int rescore, int background, int nuisance);
 void forward_detection_layer(const detection_layer layer, network_state state);
 void backward_detection_layer(const detection_layer layer, network_state state);
 int get_detection_layer_output_size(detection_layer layer);

--
Gitblit v1.10.0