Other Parts Discussed in Thread: SK-AM62A-LP
Tool/software:
I bought a board AM62A Low-Power SK EVM to run an AI model.
Link of the chip that I bought: www.ti.com/.../spruj66a.pdf
The chip runs Aragon OS and supports Max 2 TOPS.
I have some questions about the following:
- I don't understand what kind of Processor inside the AM62A SKEVM board Processor SDK RTOS (PSDK RTOS) or Processor SDK Linux (PSDK Linux)
- I made a model for converting a 2D image to 3D image. Then I converted the model to the ONNX (16bit) file and tried to run the ONNX model to AM62A board, however the processing time an 2d image of the model (9 seconds) on TI board is slower when compared with other board (0.4 seconds) (Nano Jetson Xavier). My question is: Do I need convert ONNX file to *.bin file? And could you have any document for converting ONNX file to bin file for running on TI AM62A SK EMV board?
- Can I use this guildeline for the AM62A board (clickhere).
- In case of I can use above guildeline. Can I use the guildeline for other complex AI model (LSTM, Transformer...)? If I can please give me some more detail documents.
Thank you so much.