赞
踩
基于YOLOv3的darknet源码
参考:
https://blog.csdn.net/u012135425/article/details/80294884
https://blog.csdn.net/lilai619/article/details/79695109
一、下载代码
1. 1通过git克隆
git clone https://github.com/pjreddie/darknet.git
1.2在github上下载
https://github.com/pjreddie/darknet
2.解压工程:我是通过github上下载的代码压缩包,所以首先进入压缩包所在的路径
cd /yourpath
解压
unzip darknet-master.zip
3.修改配置文件
由于在实验室中使用的是服务器,所以需要对Makefile进行一些设置。我想要GPU支持的版本,所以在Makefile中,做如下更改:
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。