From b0106d7bde5240b800425874d30beb0aec262b84 Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Mon, 13 Apr 2015 21:09:55 +0000 Subject: [PATCH] probably stuff 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