From dc0d7bb8a8779dc194ddaa57260815c1195d398e Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Fri, 08 May 2015 17:37:39 +0000
Subject: [PATCH] forgot route layer
---
src/detection_layer.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/detection_layer.h b/src/detection_layer.h
index 7be576e..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
@@ -23,6 +25,7 @@
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);
+int get_detection_layer_locations(detection_layer layer);
#ifdef GPU
void forward_detection_layer_gpu(const detection_layer layer, network_state state);
--
Gitblit v1.10.0