From f1ad9a0487dc60c01e56bacb2a67de1e1006b4b7 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Thu, 05 Apr 2018 22:31:04 +0000
Subject: [PATCH] Compile fix
---
src/layer.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/layer.h b/src/layer.h
index 5291df9..5d55e1c 100644
--- a/src/layer.h
+++ b/src/layer.h
@@ -78,7 +78,6 @@
int out_h, out_w, out_c;
int n;
int max_boxes;
- int small_object;
int groups;
int size;
int side;
@@ -135,6 +134,7 @@
float coord_scale;
float object_scale;
float noobject_scale;
+ float mask_scale;
float class_scale;
int bias_match;
int random;
--
Gitblit v1.10.0