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/yolo.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/yolo.c b/src/yolo.c
index 62455f2..fefa763 100644
--- a/src/yolo.c
+++ b/src/yolo.c
@@ -54,6 +54,11 @@
args.d = &buffer;
args.type = REGION_DATA;
+ args.angle = net.angle;
+ args.exposure = net.exposure;
+ args.saturation = net.saturation;
+ args.hue = net.hue;
+
pthread_t load_thread = load_data_in_thread(args);
clock_t time;
//while(i*imgs < N*120){
--
Gitblit v1.10.0