Hi SerBio89,I have review quickly the code and I don't see evident issue which explains the returned error (type=18 & error=24) indicating an INVALID_INPUT description due to a INVALID_SIZE.Before to investigate more, can you change a little bit your...
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 ...