Hello,
I'm trying to setup on my desktop with Ubuntu 18.04.6 and Python 3.6.9 following the steps described in the github repository (https://github.com/TexasInstruments/edgeai-tidl-tools/blob/master/README.md#setup). Everything goes well until I try to build with cmake in order to run the examples.
Apparently the linker cannot find onnxruntime: '/usr/bin/ld: cannot find -lonnxruntime'
Does somebody know how to fix this problem?
Thank you in advance.