From 1fd10265f8a63d1b1305f40111a97518f5541da2 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Tue, 07 Apr 2015 22:25:30 +0000
Subject: [PATCH] detection better?

---
 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