Regarding integration of STM32 series and BMI323
Hello everyone!Please assist me as I need a BMI323 sensor integrated on any STM32 series on a single board where I will be performing Machine Learning. I'm hoping to hear from you shortly.@stm
Hello everyone!Please assist me as I need a BMI323 sensor integrated on any STM32 series on a single board where I will be performing Machine Learning. I'm hoping to hear from you shortly.@stm
Good afternoon, I need to implement a model called "Machine Learning core" on my STM32WB board, https://www.futureelectronics.com/ftm/connectivity/future-electronics-sensor-based-machine-learning/ I created the STM32WB+X-NucleoIKS01A3 stack. I need t...
Hi,I’m currently trying to upload the following LSTM model into a STM32L476RG via X-CUBE-AIUploading the Keras .h5 model works well, however when I try to upload the TensorFlow Lite converted version of the same model, I get the following prompt:Any ...
Hello, I have recently discovered the cube.AI developer cloud tool and was trying to test it out. For that purpose i have created a small CNN based Auto Encoder neural network; I have created, trained and validated the network with PyTorch, then save...
Hello,I'm using X-CUBE-AI to implement an ONNX model on a STM32H757I board.In particular, the ONNX model is a PyTorch model that has been exported using the onnx library offered by the pyTorch framework.The analysis procedure fails and reports the fo...
Hello,So far I've been using NN C-files generation and everything works fine. At the moment I'm migrating to a relocatable binary model. At the moment I'm in generation step and for this I've basically added --relocatable and --lib "C:/tools/X-CUBE-A...
I have been able to follow all instructions on the ModelZoo Github page (https://github.com/STMicroelectronics/stm32ai-modelzoo) to successfully download the repository and download all requirements. However, I am getting 2 different errors when I ru...
Hi,Is it possible to get/study the source code of NetworkRuntime810_CM4_gcc.a? This library is added when X-CUBE-AI is used in CubeMX. I'd like to debug 'ai_platform_network_create' routine.
Good morning, I'm a graduate school student. I'm using STM32CubeAI for inferencing my model. I successfully analyze my model. However, in "Validate on desktop" process, I can see"Assertion failed: n_channel_in == ( (ai_shape_dimension*)((((&((t_scale...
I am loading a .onnx model and after i click the analyze button, i get a error pop-up. Is it because cube MX doesn't run on M1 mac?