From c057457a622199a29054d3bb151f8a49fda46224 Mon Sep 17 00:00:00 2001 From: Charles Otto Date: Thu, 8 Aug 2013 16:28:48 -0400 Subject: [PATCH] Frames is not trainable, so set the appropriate variable to false. --- openbr/plugins/frames.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbr/plugins/frames.cpp b/openbr/plugins/frames.cpp index 7467a18..7ef0c33 100644 --- a/openbr/plugins/frames.cpp +++ b/openbr/plugins/frames.cpp @@ -19,7 +19,7 @@ class AggregateFrames : public TimeVaryingTransform TemplateList buffer; public: - AggregateFrames() : TimeVaryingTransform(false) {} + AggregateFrames() : TimeVaryingTransform(false, false) {} private: void train(const TemplateList &data) -- libgit2 0.21.4