Rolling 20210420

This commit is contained in:
jomjol
2021-04-20 19:44:16 +02:00
parent 520f818adc
commit ea2305de47
156 changed files with 11095 additions and 8601 deletions

View File

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