From 0039fd26786ab5f71d5af725fc18b3f521e7acfd Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Thu, 29 Mar 2018 17:47:17 +0000 Subject: [PATCH] Yolo v3 using SO/DLL library --- src/network.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/network.h b/src/network.h index 2d28e81..f3bb542 100644 --- a/src/network.h +++ b/src/network.h @@ -132,6 +132,8 @@ void set_batch_network(network *net, int b); int get_network_input_size(network net); float get_network_cost(network net); +detection *get_network_boxes(network *net, int w, int h, float thresh, float hier, int *map, int relative, int *num, int letter); +void free_detections(detection *dets, int n); int get_network_nuisance(network net); int get_network_background(network net); -- Gitblit v1.10.0