From 8f1b4e0962857d402f9d017fcbf387ef0eceb7c4 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Thu, 01 Sep 2016 23:48:41 +0000
Subject: [PATCH] updates and things
---
src/tag.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/tag.c b/src/tag.c
index e3e1707..dd10591 100644
--- a/src/tag.c
+++ b/src/tag.c
@@ -45,6 +45,11 @@
args.d = &buffer;
args.type = TAG_DATA;
+ args.angle = net.angle;
+ args.exposure = net.exposure;
+ args.saturation = net.saturation;
+ args.hue = net.hue;
+
fprintf(stderr, "%d classes\n", net.outputs);
load_thread = load_data_in_thread(args);
--
Gitblit v1.10.0