From cbc9984a17b3452da4fee397aac912f1e9f7a4c3 Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Wed, 10 Jun 2015 07:11:41 +0000 Subject: [PATCH] NIPS --- cfg/yolo.cfg | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/cfg/detection.cfg b/cfg/yolo.cfg similarity index 96% rename from cfg/detection.cfg rename to cfg/yolo.cfg index 3f3b50e..8426bf9 100644 --- a/cfg/detection.cfg +++ b/cfg/yolo.cfg @@ -1,6 +1,6 @@ [net] -batch=64 -subdivisions=4 +batch=1 +subdivisions=1 height=448 width=448 channels=3 @@ -200,5 +200,6 @@ classes=20 coords=4 rescore=0 -nuisance = 1 -background=1 +joint=1 +objectness = 0 +background=0 -- Gitblit v1.10.0