Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simple compile error in "main_functions.cpp" #11

Open
Hermann-SW opened this issue Nov 24, 2021 · 0 comments
Open

simple compile error in "main_functions.cpp" #11

Hermann-SW opened this issue Nov 24, 2021 · 0 comments

Comments

@Hermann-SW
Copy link

This fixes the issue:

pi@raspberrypi400:~/pico/RPI-Pico-Cam $ git diff tflmicro/examples/person_detection_screen/main_functions.cpp
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
 
pi@raspberrypi400:~/pico/RPI-Pico-Cam $ 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant