Why I can not use TouchGFX when i enable the XCube AI on the STM32H7B3?
WE build computer vision application using STM32H7B3. we want use TouchGFX together with xCube-AI but for some reason i can not enable it the CUBE IDE.
WE build computer vision application using STM32H7B3. we want use TouchGFX together with xCube-AI but for some reason i can not enable it the CUBE IDE.
Hi Madam,Mister, I generated code using STM32CubeMX for an STM32H7A3 microcontroller, and I have searched through various files such as main.c, but I cannot find the part of the code where the "network_[name]_val_m_outputs_1.csv" file is created. I w...
Hi, I want to implement a Keras Model into STM32 by using CubeAI tool. I successfully upload the model to CubeAI but the fact is that CubeAI doesn't fill the inside of the functions such as ai_platform_network_process(). Could anyone suggest me resou...
Hi ST member,I would like to create an image classification application on STM32 with Teachable Machine like https://wiki.st.com/stm32mcu/wiki/AI:How_to_use_Teachable_Machine_to_create_an_image_classification_application_on_STM32In first time, I crea...
I trained a model of reinforcement learning. In practical applications, I want to fine-tune the model on the embedded system according to the different environment. Does the cube-AI support this operation?
ai_input[0].n_batches = 1; 'ai_buffer' {aka 'struct ai_buffer_'} has no member named 'n_batches'network.hAI_DEPRECATED#define AI_NETWORK_IN \ ai_network_inputs_get(AI_HANDLE_NULL, NULL)This comes up invalid initializer error.Any ideas? The initial c...
詳�?��??調�?��?��?��?�際�?�, �?明�?�点�?��?��?��?��?��?��?��?��?�, �?��?�度�?�連絡致�?��?��?��?�。以下�?�3点�?��?��?��?��?�回答を�?�願�?�致�?��?��?�。NanoedgeAIStudio�?�必�?メモリ�?��?��??ら�?�?時系列データ�?�対応�?��?��?�る�?�?目安�?�良�?��?��?�?一�?�当�?�り�?�価格を�?��?��?��?��?�?2月24日...
Hi,I am trying to deploy the MobileNet NN on a NUCLEO, and I am using X-Cube-AI (7.3) software pack.When using the keras model (H5) and opting for compression with different settings like "high", "medium", "low", the size of model is not decreased at...
I designed my own network and completed the training on Pytorch. When I was preparing to use STM32cubeAI to implement .onnx file analysis, I encountered an error as shown in the title. But there is no other valuable information to prompt me to repair...