User Activity

Hello, everyone! I'm learning to deploy my target detection model using cubeai. My model is trained using pytorch and I found that cubeai doesn't support .pth file conversion so I'm trying to convert my model to onnx format. Since the size of my mode...
I used a quantization tool called ppq to quantize my onnx model because the activation values in the middle layer of this model were too large and I needed to quantize it from float32 type to int8 type. By the way, this model was defined and trained ...
I have version 6.7.0 of STM32CUBEMX, version 8.1.0 of X-CUBE-AI, and my stm32 development board model stm32h743iit6. using the Analyze button on STM32CUBEMX works. But when I generate c code for my onnx model and deploy it to the development board, m...