Tool/software:
Hello everyone,
I’m new to development with the Texas Instruments AM69 board and I’m trying to run an ONNX model (SAM — Segment Anything Model) on it.
I have followed the steps to export and quantize the model to ONNX format and loaded it onto the board. However, when I try to compile or run the kernel that uses this model, the execution stops without clear error messages.
I don’t have much experience with this, so I would really appreciate any guidance on:
-
How to verify that the ONNX model is compatible with the TI AM69 board.
-
If there are extra steps to prepare the kernel for working with a quantized ONNX model.
-
Tools or logs that can help me understand why the kernel stops.
-
Simple examples or beginner-friendly documentation for this environment.
Thank you in advance for any help or suggestions. Any simple explanation will be very welcome.
Best regards.