From 2ce6460c79e06caa33eab3991ee3e7fd9f0909d6 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Tue, 10 Apr 2018 18:08:24 +0000
Subject: [PATCH] Remove truth only if smaller than 1x1 pix during training

---
 src/network.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/network.h b/src/network.h
index d7f86c1..965693a 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;
@@ -133,9 +134,11 @@
 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);
+void fuse_conv_batchnorm(network net);
 
 #ifdef __cplusplus
 }

--
Gitblit v1.10.0