Go to the “plugins/” subdirectory and build the “yolo_layer” plugin. When done, a “libyolo_layer.so” would be generated.
$ cd${HOME}/project/tensorrt_demos/plugins
$ make
Download the pre-trained yolov3/yolov4 COCO models and convert the targeted model to ONNX and then to TensorRT engine. I use “yolov4-416” as example below. (Supported models: “yolov3-tiny-288”, “yolov3-tiny-416”, “yolov3-288”, “yolov3-416”, “yolov3-608”, “yolov3-spp-288”, “yolov3-spp-416”, “yolov3-spp-608”, “yolov4-tiny-288”, “yolov4-tiny-416”, “yolov4-288”, “yolov4-416”, “yolov4-608”, “yolov4-csp-256”, “yolov4-csp-512”, “yolov4x-mish-320”, “yolov4x-mish-640”, and custom models such as “yolov4-416x256”.)