Some questions about X-Cube-Ai
HiRegarding X-Cube-Ai, it seems to be closed source, I wonder if its underlying implementation relies on the api provided in CMSIS-NN? Or did ST implement it all by itself ?
Ask questions and find answers on how to deploy, debug, and optimize AI models on ST microcontrollers, microprocessors, and smart sensors.
HiRegarding X-Cube-Ai, it seems to be closed source, I wonder if its underlying implementation relies on the api provided in CMSIS-NN? Or did ST implement it all by itself ?
I have a LSTM model which was quantized using TensorFlowLite full integer quantization. After that, I wanted to try deploy the model on the SensorTile Box. I tried analyzing the model but it throws the following error:[AI:network] NOT IMPLEMENTED: UN...
Hello,I am developing a model for human activity recognition on NEAI based on LSM6DSOX module. I managed to deploy a vanilla version using gyroscope data only, and now I'm creating a new project to deal with 6 axis (3 from gyroscope + 3 from accelero...
I have a TFLite that I can successfully analyze (targeting NUCLEO-L4R5ZI-P board) with X-CUBE-AI. I then quantize the TFLite model using the "full integer quantization" method from the docs. However, when I analyze this quantized model, I'm met with ...
Hii! I'm trying to implement a tensorflow ML model in NUCLEOF401RE Board using XCube.AI and stm32CubeMX. when i download the XCube.AI package and try to add the zipper file in CubeMX im facing an error that "file cannot be deflated". how to solve thi...
I have a LSTM model which was quantized using TensorFlow dynamic, full and float16 quantization. After that, I wanted to benchmark these three quantized models on the STM32AI model zoo. But after importing these models into the web UI and pressing "S...
Hello everyone,I'm currently facing an issue while working with the LSM6DSOX accelerometer.In my setup, the LSM6DSOX accelerometer is not consistently triggering an interrupt on INT1 when the specified threshold is exceeded. Code, connections, and po...
In the STM32Cube.AI workshop - 6 Neural Network (NN) Model creation - YouTube, tutacousticscenes2016 does not work. librosa returns an error message: ModuleNotFoundError: No module named '_soundfile_data'. Please suggest a workaround.