36 int nimages = pixellist.size();
40 totf << nimages <<
" " << nviews <<
" "<< pixellist[0]->NPlanePerView() <<
" " << pixellist[0]->NCell() <<
std::endl;
43 for(
size_t iP = 0; iP < pixellist.size(); ++iP) {
45 pixellist[iP]->ToFile(totf, iP,
true);
56 std::vector<std::vector<double>> tfoutput;
65 while (std::getline(fromtf, line))
68 std::vector<std::string>
parts;
73 results.push_back( std::stof(
p) );
75 tfoutput.emplace_back(results);
void split(double tt, double *fr)
std::vector< std::vector< double > > Predict(const std::vector< cvn::PixelMap const * > pixellist) const
TFFifoHandler(fhicl::ParameterSet const &pset)
Basic constructor, takes path to model pb.