I am trying to install Maxine Video Effects SDK on Ubuntu 20.04.5 LTS but no luck.
I am following this guide Video Effects SDK System Guide - NVIDIA Docs
and I have an error during /usr/local/VideoFX/share/build_samples.sh
build.
[ 12%] Linking CXX executable ../../UpscalePipelineApp
/usr/bin/ld: cannot find -lTensorRT_nvcaffe_parser_LIBRARY-NOTFOUND
/usr/bin/ld: cannot find -lTensorRT_nvinfer_plugin_LIBRARY-NOTFOUND
/usr/bin/ld: cannot find -lTensorRT_nvinfer_LIBRARY-NOTFOUND
/usr/bin/ld: cannot find -lTensorRT_nvonnxparser_LIBRARY-NOTFOUND
/usr/bin/ld: cannot find -lTensorRT_nvparsers_LIBRARY-NOTFOUND
collect2: error: ld returned 1 exit status
make[2]: *** [samples/UpscalePipelineApp/CMakeFiles/UpscalePipelineApp.dir/build.make:166: UpscalePipelineApp] Error 1
make[1]: *** [CMakeFiles/Makefile2:221: samples/UpscalePipelineApp/CMakeFiles/UpscalePipelineApp.dir/all] Error 2
make: *** [Makefile:84: all] Error 2
Dependencies I installed:
- CUDA - 11.8
- TensorRT - 8.6.1.6
- cudnn - 8.9.0.131
- Video Effects SDK - 0.7.2.0
- OS - Ubuntu 20.04.5 LTS
- GPU - NVIDIA Corporation TU104GL [Tesla T4] (rev a1)
Please assist