Tool/software:
I am using TI AM68A board. I have a yolov8 custom trained model and i need to port the model to TI board for object detection.
So first I exported the model to onnx type and try to convert it to portable type using EdgeAI tidl tools. But the sample python code to convert wasn't working properly in my model case it shows errors. How do I convert the model to portable type?
Also, I need to use custom gstreamer plugin and gstreamer inbuild plugin for my streaming solutions . eg:onnxruntime plugin,rtmpsink. And it shows element not found error. So how do i fix this issue. I am afraid that if I reinstall the gstreamer is the all configuration already done on the ti board will be lost so i didn't try it? And I need to use apt for installing packages is it possible to integrate it too?