From ab75d5c5783db4792e400f933d584984f3aa7bf0 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Mon, 20 Jun 2016 05:39:37 +0000
Subject: [PATCH] t1

---
 src/detection_layer.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/detection_layer.c b/src/detection_layer.c
index f7019ef..1b0f126 100644
--- a/src/detection_layer.c
+++ b/src/detection_layer.c
@@ -133,9 +133,11 @@
                         best_index = 0;
                     }
                 }
+                /*
                 if(1 && *(state.net.seen) < 100000){
                     best_index = rand()%l.n;
                 }
+                */
 
                 int box_index = index + locations*(l.classes + l.n) + (i*l.n + best_index) * l.coords;
                 int tbox_index = truth_index + 1 + l.classes;

--
Gitblit v1.10.0