HI, I am trying to convert SSD mobilenet model (ssd_mobilenet_v2_coco_2018_03_29) to an Engine file. I followed all the steps given in the page, https://github.com/AastaNV/TRT_object_detection. I get the below error,
Traceback (most recent call last):
File “main.py”, line 19, in
ctypes.CDLL("/home/einfochips/Xavier board all codes latest/TRT_object_detection-master/lib/libflattenconcat.so")
File “/usr/lib/python3.6/ctypes/init.py”, line 348, in init
self._handle = _dlopen(self._name, mode)
OSError: libnvinfer.so.5: cannot open shared object file: No such file or directory
I followed the below link
and tried to build “libflattenconcat.so”, but I am unable to build. As I checked, I am using TensorRT 7.0 version, where this file comes pre-installed.
I am stuck here for days. KIndly help me to solve this issue.
Hardware : Jetson Nano
OS: Ubuntu 18.04
Cuda : version 10.1
Tensorflow : >2
TensorRT 7.0