Hello
I have an iMX8Plus development board here and I am trying to use the NPU for some object detection in python.
This works fine with the tflite_runtime.interpreter using libvx_delegat.so.
I tried on some other device the newer ai_edge_litert.interpreter (LiteRT instead of TensorflowLite) and if worked significantly faster, so I want to give it a try.
I installed a virtual environment for this LiteRT environment and my python program starts using this ai_edge_litert module.
But when I load the libvx_delegate.so i get a segmentation fault.
(Chat GPT told me) I probably need the liblitert_vx_delegate.so for this environment...
I searched everywhere, but I can't find it anywhere.
I know its probably in the latest yocto image for iMX8Plus, but I dont want to break my development board - i just want that library (and its required libraries)
Does anyone have an idea where to get this delegate library (liblitert_vx_delegate.so)?