Wrapper for caffe::Net which handles construction and prediction. More...
#include <RegCNNNumuHandler.h>
Public Member Functions | |
RegCNNNumuHandler (const fhicl::ParameterSet &pset) | |
Constructor which takes a pset with DeployProto and ModelFile fields. More... | |
std::vector< float > | Predict (const RegPixelMap &pm, bool fLongestTrackContained) |
Return prediction arrays for RegPixelMap. More... | |
Private Attributes | |
cnn::TFRegNetHandler | fTFHandlerContained |
cnn::TFRegNetHandler | fTFHandlerExiting |
Wrapper for caffe::Net which handles construction and prediction.
Definition at line 21 of file RegCNNNumuHandler.h.
cnn::RegCNNNumuHandler::RegCNNNumuHandler | ( | const fhicl::ParameterSet & | pset | ) |
Constructor which takes a pset with DeployProto and ModelFile fields.
Definition at line 21 of file RegCNNNumuHandler.cxx.
std::vector< float > cnn::RegCNNNumuHandler::Predict | ( | const RegPixelMap & | pm, |
bool | fLongestTrackContained | ||
) |
Return prediction arrays for RegPixelMap.
Definition at line 27 of file RegCNNNumuHandler.cxx.
|
private |
Definition at line 33 of file RegCNNNumuHandler.h.
|
private |
Definition at line 34 of file RegCNNNumuHandler.h.