yolov5 c++ tensorrt推理
代码:https://github.com/shouxieai/tensorRT_Pro运行环境:nvidia nxcd tensorRT_Pro-main/sudo make yolo -j8sudo vim Makefile 报错protobuf,opencv,cudnn等未正确配置。解决:1.安装protobuf-3.11.4sudo unzip protobuf-cpp-3.11.4.zip cd protobuf-3.11.4/sudo ./autogen.sh sudo