ubuntu20下yolov4的编译

  1. 安装nvidia驱动和cudnn,不熟悉的小伙伴请移步:https://blog.csdn.net/m0_38101947/article/details/126499811

  1. 编译opencv,不熟悉的小伙伴请移步:https://blog.csdn.net/m0_38101947/article/details/120721161

  1. sudo wget https://gitee.com/betterjason/darknet.git

  1. 修改Makefile.如下内容:

   

ubuntu20下yolov4的编译_第1张图片
ubuntu20下yolov4的编译_第2张图片

上述箭头位置,请改为自己本机的对应路径

ubuntu20下yolov4的编译_第3张图片

为了防止找不到nvcc,这里把nvcc的绝对路径写上

  1. sudo make -j8

     编译完成后,会在darnet目录下产生可执行darknet 和libdarknet.so动态库

你可能感兴趣的:(YOLO,YOLO)