From c62b4f35aa2c59d7db0fd177affeed14b1ba4bcb Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Thu, 08 Sep 2016 07:04:39 +0000
Subject: [PATCH] adding coco models
---
src/parser.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/parser.c b/src/parser.c
index 626f510..483c767 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -497,6 +497,7 @@
net->min_crop = option_find_int_quiet(options, "min_crop",net->w);
net->angle = option_find_float_quiet(options, "angle", 0);
+ net->aspect = option_find_float_quiet(options, "aspect", 1);
net->saturation = option_find_float_quiet(options, "saturation", 1);
net->exposure = option_find_float_quiet(options, "exposure", 1);
net->hue = option_find_float_quiet(options, "hue", 0);
--
Gitblit v1.10.0