From 8a6ba2fff3ee1c14bca0aa0e0a909aba7057cc94 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Thu, 09 Jun 2016 21:52:09 +0000
Subject: [PATCH] some changes, fix opencv
---
src/detection_layer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/detection_layer.c b/src/detection_layer.c
index 1adda06..e103b4e 100644
--- a/src/detection_layer.c
+++ b/src/detection_layer.c
@@ -176,7 +176,7 @@
}
}
- if(1){
+ if(0){
float *costs = calloc(l.batch*locations*l.n, sizeof(float));
for (b = 0; b < l.batch; ++b) {
int index = b*l.inputs;
--
Gitblit v1.10.0