From 4d9a2bdac688f9c949b304dde8188a40efce1b49 Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Wed, 11 Apr 2018 20:04:23 +0000 Subject: [PATCH] Minor fixes --- src/network.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/network.c b/src/network.c index 438829a..8c713fb 100644 --- a/src/network.c +++ b/src/network.c @@ -555,6 +555,9 @@ free(boxes); free_ptrs((void **)probs, l.w*l.h*l.n); + + //correct_region_boxes(dets, l.w*l.h*l.n, w, h, net_w, net_h, relative); + correct_yolo_boxes(dets, l.w*l.h*l.n, w, h, net_w, net_h, relative, letter); } void fill_network_boxes(network *net, int w, int h, float thresh, float hier, int *map, int relative, detection *dets, int letter) -- Gitblit v1.10.0