7 #ifndef LCVN_TFNETHANDLER_H 8 #define LCVN_TFNETHANDLER_H 23 virtual std::vector<std::vector<float>>
Predict(
const PixelMap& pm)
const = 0;
28 #endif // CVN_TFNETHANDLER_H virtual std::vector< std::vector< float > > Predict(const PixelMap &pm) const =0
Return prediction arrays for PixelMap.
PixelMap, basic input to CVN neural net.
Utility class for truth labels.
virtual ~ITFNetHandler() noexcept=default
Wrapper for caffe::Net which handles construction and prediction.