This commit is contained in:
jomjol
2021-05-01 08:15:11 +02:00
parent ba7d429178
commit ce5f3c463b
25 changed files with 577 additions and 160 deletions

View File

@@ -285,7 +285,7 @@ bool ClassFlowAnalog::doNeuralNetwork(string time)
zwcnn = FormatFileName(zwcnn);
printf(zwcnn.c_str());printf("\n");
tflite->LoadModel(zwcnn);
// tflite->MakeAllocate();
tflite->MakeAllocate();
#endif
for (int i = 0; i < ROI.size(); ++i)