Hi Sunjing,Not easy to review your code, however, I think that in MX_X_CUBE_AI_Process() function, the second parameter to call ai_run() is not correct, you need to pass "aiOutData" instead "out_buf" to be able to read the generated results. if (ne...
Hi Sunjing,Code of the aiRun function is correct for a model with one input and one output. However, according the attached png (output of the analyze command), the ML model has two outputs. In your code, you check only the "label" output which can b...
Hi ManuZhu,Thanks for this feedback. I suppose that you use the 8.1 version of X-CUBE-AI. I have reproduced an issue with the "-O ram" and this model. I have not observed the assertion, however generated code seems effectively not correct. With X-CUB...
Hello ManuZhu,Thanks to share this experimentation. I suppose that you use X-CUBE-Ai 8.1. I have effectively reproduced your issue with the "-O ram" option and this model. This issue has been normaly fixed in the last release: X-CUBE-AI 9.0. Can you ...
Hello Luiz,According the attached file, the build error are related to the specific files requested by the built-in test applications (systemperf and/or validation): bsp_ai.h, aiTestUtility.h, app_x-cube-a.c...The code/file which is requested to be i...