Hi Ti,
My most recent work has been exploring the deployment of various algorithm models in TDA4.
The current problem is that the onnx model provided by TI official fails to be imported using the tidlModelImport tool, details are as follows:
1. Want to try the YoloX network;
2. TI provides TI version of YoloX, link: TexasInstruments/edgeai-yolox: YOLOX-ti-lite models are optimized for deployment on TI edge processors (github.com).
3. In this link, you can find the onnx file of YoloX Nano version officially provided by TI:edgeai-yolox/yolox_nano_ti_lite_26p1_41p8.onnx.link at main · TexasInstruments/edgeai-yolox · GitHub
4.Following the standard export procedure, the export tool reports the following error:
ONNX Model (Proto) File : /projects/files/models/onnx/yolox_nano_ti_lite_26p1_41p8.onnx
TIDL Network File : /projects/files/models/bin/yolox_n-sim.net.bin
TIDL IO Info File : /projects/files/models/bin/yolox_n-sim.para.bin
Current ONNX OpSet Version : 11
ONNX operator Gather is not suported now.. By passing
ONNX operator Gather is not suported now.. By passing
*** WARNING : Mul with constant tensor requires input dimensions of mul layer to be present as part of the network.
If present, this warning can be ignored. If not, please use open source runtimes offering to run this model or run shape inference on this model before executing import ***
Unsupported slice - axis parameters, in Slice
Please help me to look at the above problems, thank you!
Regards,
Kong