From 74f98da211d2de6f442304b3829e2458282c286c Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Sun, 04 Mar 2018 14:59:23 +0000
Subject: [PATCH] Show IoU, save anchors to file.Show anchors in the window if used -show
---
src/network.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/network.h b/src/network.h
index 49a2af2..6f4123a 100644
--- a/src/network.h
+++ b/src/network.h
@@ -64,6 +64,7 @@
#ifdef GPU
float **input_gpu;
float **truth_gpu;
+ int wait_stream;
#endif
} network;
--
Gitblit v1.10.0