im having issues using the C++ library, i get theses issues Severity Code Description Project File Line Suppression State Details Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int MLP Project C:\Users\Riley\source epos\MLP Project\MLP Project\edge-impulse-sdk\classifier\ei_constants.h 10 Error C2065 'unused': undeclared identifier MLP Project C:\Users\Riley\source epos\MLP Project\MLP Project\edge-impulse-sdk\classifier\ei_constants.h 10 Error C2062 type 'const char' unexpected MLP Project C:\Users\Riley\source epos\MLP Project\MLP Project\edge-impulse-sdk\classifier\ei_constants.h 10 Error C2143 syntax error: missing ';' before '{' MLP Project C:\Users\Riley\source epos\MLP Project\MLP Project\edge-impulse-sdk\classifier\ei_constants.h 10 Error C2447 '{': missing function header (old-style formal list?) MLP Project C:\Users\Riley\source epos\MLP Project\MLP Project\edge-impulse-sdk\classifier\ei_constants.h 10 Error C1021 invalid preprocessor command 'warning' MLP Project C:\Users\Riley\source epos\MLP Project\MLP Project\model-parameters\model_metadata.h 106 used chatgpt, and tried looking up how to fix this. using ISO C++20 Standard (/std:c++20) ive even tried both the EON Compiler and TensorFlow Lite. just doesnt work for some reason. issues are relative to the library and not my code. i cant get it to work for some reason.
Thank you Shawn Hymel for giving us detailed information about this...!
Very good explanation
How would this be done with the new Seeed Grove AI Vision camera?
Very cool, would love to be be able to run be able to use the export in Unity3D gaming engine. Do you think this is possible?
how can I do this for an Arduino ble sense?
im having issues using the C++ library, i get theses issues
Severity Code Description Project File Line Suppression State Details
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int MLP Project C:\Users\Riley\source
epos\MLP Project\MLP Project\edge-impulse-sdk\classifier\ei_constants.h 10
Error C2065 'unused': undeclared identifier MLP Project C:\Users\Riley\source
epos\MLP Project\MLP Project\edge-impulse-sdk\classifier\ei_constants.h 10
Error C2062 type 'const char' unexpected MLP Project C:\Users\Riley\source
epos\MLP Project\MLP Project\edge-impulse-sdk\classifier\ei_constants.h 10
Error C2143 syntax error: missing ';' before '{' MLP Project C:\Users\Riley\source
epos\MLP Project\MLP Project\edge-impulse-sdk\classifier\ei_constants.h 10
Error C2447 '{': missing function header (old-style formal list?) MLP Project C:\Users\Riley\source
epos\MLP Project\MLP Project\edge-impulse-sdk\classifier\ei_constants.h 10
Error C1021 invalid preprocessor command 'warning' MLP Project C:\Users\Riley\source
epos\MLP Project\MLP Project\model-parameters\model_metadata.h 106
used chatgpt, and tried looking up how to fix this. using ISO C++20 Standard (/std:c++20)
ive even tried both the EON Compiler and TensorFlow Lite. just doesnt work for some reason.
issues are relative to the library and not my code. i cant get it to work for some reason.
Could we use a matlab coder instead?