From 3f734af086b85df57797a46d65fe43f13d71aa8a Mon Sep 17 00:00:00 2001 From: Austin Van Blanton Date: Wed, 21 Aug 2013 16:42:50 -0400 Subject: [PATCH] Sigset will provide positive or negative label --- openbr/plugins/slidingwindow.cpp | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/openbr/plugins/slidingwindow.cpp b/openbr/plugins/slidingwindow.cpp index d06efed..bc5facf 100644 --- a/openbr/plugins/slidingwindow.cpp +++ b/openbr/plugins/slidingwindow.cpp @@ -42,8 +42,6 @@ private: foreach (const Template &tmpl, data) { foreach (const Rect &rect, OpenCVUtils::toRects(tmpl.file.rects())) { Template pos(tmpl.file, Mat(tmpl, rect)); - // add the positive label - pos.file.set("Label", 1); full += pos; // add random negative samples -- libgit2 0.21.4