I use dGPU and have DS 5.1, CUDA 11.1, CUDNN 8.0, and TRT 7.2 installed and I want to run yolov4 trained by TLT 3.0.
This compatible table state that I will need to use TRT 7.1 instead of TRT 7.2 and the TRT-OSS is required.
However, in the latest commit for deepstream_tlt_apps, YOLOV4 is removed from the list of model that requires TRT-OSS to run.
So my questions are:
- Do I need TRT-OSS to run yolov4 in DS 5.1 or not?
- If I need TRT-OSS then which version do I install 7.0, 7.1 or 7.2?
Regarding the use of tlt-converter
, from the documentation
For deployment platforms with an x86-based CPU and discrete GPUs, the
tlt-converter
is distributed within the TLT docker. Therefore, we suggest using the docker to generate the engine.
But I can also just down the tlt-converter
from here.
- Should I use the
tlt-converter
in the docker or the standalone download?