From 2afa376bb37b379f27954f74859fbfa63402ea46 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Fri, 14 Aug 2015 18:45:11 +0000
Subject: [PATCH] single shot yolo training, separate file

---
 src/layer.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/layer.h b/src/layer.h
index c319183..29abec0 100644
--- a/src/layer.h
+++ b/src/layer.h
@@ -49,6 +49,7 @@
     int objectness;
     int does_cost;
     int joint;
+    int noadjust;
 
     float alpha;
     float beta;

--
Gitblit v1.10.0