From 726cebd3fb67d65ec6d2d49fa6bfba4c053085df Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Mon, 02 Apr 2018 12:02:53 +0000
Subject: [PATCH] Fixed detector recall
---
src/network.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/network.h b/src/network.h
index 2d28e81..5b405c4 100644
--- a/src/network.h
+++ b/src/network.h
@@ -57,6 +57,7 @@
float exposure;
float saturation;
float hue;
+ int small_object;
int gpu_index;
tree *hierarchy;
@@ -132,6 +133,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