marcoslucianops / DeepStream-Yolo

NVIDIA DeepStream SDK 7.0 / 6.4 / 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 / 5.1 implementation for YOLO models
MIT License
1.4k stars 345 forks source link

error occured when run:deepstream-app -c deepstream_app_config.txt #367

Open wxzyqqj opened 1 year ago

wxzyqqj commented 1 year ago

deepstream-app: error while loading shared libraries: libnvinfer.so.7: cannot open shared object file: No such file or directory

marcoslucianops commented 1 year ago

Probably you are not using the correct environment for DeepStream. Please check: https://github.com/marcoslucianops/DeepStream-Yolo#requirements

wxzyqqj commented 1 year ago

yolov5 can use tensorRT8? ? I use Jetson TX2 and my tensorRT version is tenRT8

marcoslucianops commented 1 year ago

Yes it can but you need to use the correct version for the DeepStream because each version is pre-compiled with specific TensorRT version.