[play yolov5] use TensorRT C++ API to build v4 0 network structure
Continued [play yolov5] use TensorRT C++ API to build v4 Network structure (0) , the backbone part has been finished. Now let's move on to the neck part. Before continuing to explain the neck part, it is necessary to review PANet, because the neck part is an FPN+PAN structure.
Based on FPN, PANet adds bottom up path augmentation, mainly cons ...
Posted by UrbanCondor on Thu, 17 Feb 2022 11:49:18 +0100
Installing RT7 in docker for Ubuntu
This paper takes tensorrt7 2.3. 4 as an example.
Environment
Hardware environment: Intel X86 processor Tesla V100Software environment: Ubuntu 16 04/Ubuntu18. 04Virtual environment: docker above 19.03
NVIDIA Driver
reference resources TensorRT7.2.3 Installation Preparation , TensorRT7 requires cuda10 as a minimum 2 or above, so the maxim ...
Posted by mohabitar on Sun, 26 Dec 2021 11:56:23 +0100