From 09086d6dcb53a44e0b688b26827001d9680db27b Mon Sep 17 00:00:00 2001 From: Keyur Patel Date: Mon, 13 Mar 2017 15:06:16 -0600 Subject: [PATCH] Registered CaffeBaseTransform --- openbr/plugins/classification/caffe.cpp | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/openbr/plugins/classification/caffe.cpp b/openbr/plugins/classification/caffe.cpp index a2d026a..2c5ec63 100644 --- a/openbr/plugins/classification/caffe.cpp +++ b/openbr/plugins/classification/caffe.cpp @@ -188,6 +188,7 @@ class CaffeClassifierTransform : public CaffeBaseTransform } }; +BR_REGISTER(Transform, CaffeBaseTransform) BR_REGISTER(Transform, CaffeClassifierTransform) } // namespace br -- libgit2 0.21.4