From e6b3006d1b67f97be70398436fd6cce919897015 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@users.noreply.github.com>
Date: Fri, 29 Jul 2016 20:11:41 +0000
Subject: [PATCH] Update LICENSE
---
src/parser.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/parser.c b/src/parser.c
index 00de059..1e5be4d 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -264,6 +264,7 @@
layer.noobject_scale = option_find_float(options, "noobject_scale", 1);
layer.class_scale = option_find_float(options, "class_scale", 1);
layer.jitter = option_find_float(options, "jitter", .2);
+ layer.random = option_find_int_quiet(options, "random", 0);
return layer;
}
--
Gitblit v1.10.0