From 3a99b8151f6a002353691b1254b395eb52effefa Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Mon, 17 Aug 2015 17:25:43 +0000
Subject: [PATCH] Fair comparison
---
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