From 3fc3fd0f1f1924acb7195fe98fe68648e4056a09 Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Wed, 28 Mar 2018 23:38:35 +0000 Subject: [PATCH] Fixed training, calculation mAP and anchors 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 2d28e81..d7f86c1 100644 --- a/src/network.h +++ b/src/network.h @@ -132,6 +132,7 @@ 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); int get_network_nuisance(network net); int get_network_background(network net); -- Gitblit v1.10.0