From a7a2e1bb4b0efa55ac2af91358e8c8d2d20076a7 Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Fri, 30 Mar 2018 10:19:53 +0000 Subject: [PATCH] Example of anchors generation for Yolo v3 --- src/network.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/network.h b/src/network.h index d7f86c1..f3bb542 100644 --- a/src/network.h +++ b/src/network.h @@ -133,6 +133,7 @@ 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