From a4485b8a6656c2a2fa0b78ca7c035523c8149b8c Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Wed, 10 Jun 2015 15:49:25 +0000
Subject: [PATCH] Merge branch 'master' of pjreddie.com:jnet

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

diff --git a/src/layer.h b/src/layer.h
index 86e64a3..7255f49 100644
--- a/src/layer.h
+++ b/src/layer.h
@@ -44,8 +44,10 @@
     int coords;
     int background;
     int rescore;
-    int nuisance;
+    int objectness;
     int does_cost;
+    int joint;
+
     float probability;
     float scale;
     int *indexes;

--
Gitblit v1.10.0