From c6ac2ae2b25149495f079bcf9b47d70b42468462 Mon Sep 17 00:00:00 2001 From: Jordan Cheney Date: Fri, 26 Jun 2015 16:54:45 -0400 Subject: [PATCH] Proper documentation --- openbr/plugins/classification/caffe.cpp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/openbr/plugins/classification/caffe.cpp b/openbr/plugins/classification/caffe.cpp index e280abb..cd2cf2c 100644 --- a/openbr/plugins/classification/caffe.cpp +++ b/openbr/plugins/classification/caffe.cpp @@ -14,8 +14,13 @@ namespace br /*! * \brief A transform that wraps the Caffe Deep learning library - * \author Jordan Cheney \cite JordanCheney - * \ + * \author Jordan Cheney \cite jcheney + * \br_property QString modelFile path to prototxt model file + * \br_property QString solverFile path to prototxt solver file + * \br_property QString weightsFile path to caffemodel file + * \br_property int gpuDevice ID of GPU to use. gpuDevice < 0 runs on the CPU only. + * \br_link Caffe Integration Tutorial ../tutorials.md#caffe + * \br_link Caffe website http://caffe.berkeleyvision.org */ class CaffeTransform : public Transform { -- libgit2 0.21.4