From ab0bffa18b1a20ad320e9ea1063c92117735c3d2 Mon Sep 17 00:00:00 2001 From: ljp-while <1964503412@qq.com> Date: Thu, 25 Nov 2021 10:56:06 +0800 Subject: [PATCH] repair bug --- tflmicro/examples/person_detection_screen/main_functions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tflmicro/examples/person_detection_screen/main_functions.cpp b/tflmicro/examples/person_detection_screen/main_functions.cpp index 5040d3e..e5d638c 100755 --- a/tflmicro/examples/person_detection_screen/main_functions.cpp +++ b/tflmicro/examples/person_detection_screen/main_functions.cpp @@ -44,7 +44,7 @@ TfLiteTensor * input = nullptr; // signed value. // An area of memory to use for input, output, and intermediate arrays. -constexpr int kTensorArenaSize = 81 * 1024 // 136 * 1024; +constexpr int kTensorArenaSize = 81 * 1024; // 136 * 1024; static uint8_t tensor_arena[kTensorArenaSize]; } // namespace