PyTorch to STM32H7: Is there a simpler workflow?
Hello,
I recently deployed multiple individual PyTorch models onto my STM32H7A3ZI-Q. My workflow ended up being:
1. Convert from .pt -> .onnx -> .tf -> .tflite (quantized)
2. Build an X-CUBE-AI project via CubeMX
3. Swap models in same project using ST Edge AI Core CLI
4. Writing scripts to semi-automate this flow
It works, but setting this up involved quite a few manual steps.
Is this the most effective manner to approach this? Curious how others handle this
Regards,
Ernest
