From 390a0cf923cee683e5be300390c736a2ab9b7fd5 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Sat, 11 Apr 2015 08:24:07 +0000
Subject: [PATCH] not much changed...

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

diff --git a/src/detection_layer.h b/src/detection_layer.h
index 7be576e..a56cb25 100644
--- a/src/detection_layer.h
+++ b/src/detection_layer.h
@@ -23,6 +23,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