From 148d82db0bfb5e2abb787d87c803dd8ad100c88e Mon Sep 17 00:00:00 2001 From: Charles Otto Date: Sun, 21 Dec 2014 16:17:22 -0500 Subject: [PATCH] Fix evalFaceRecognition-LFW.sh --- openbr/core/core.cpp | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/openbr/core/core.cpp b/openbr/core/core.cpp index a58cd4d..5df9605 100644 --- a/openbr/core/core.cpp +++ b/openbr/core/core.cpp @@ -280,6 +280,9 @@ struct AlgorithmCore TemplateList queries = q->read(); TemplateList targets = t->read(); + output.set("targetGallery", targetGallery.name ); + output.set("queryGallery", queryGallery.name ); + // Use a single file for one of the dimensions so that the output makes the right size file FileList dummyTarget; dummyTarget.append(targets[0]); -- libgit2 0.21.4