当前位置:网站首页>darknet-yolov3、yolo-fastect使用rtx30系显卡cuda环境在win10平台编译与训练的相关问题
darknet-yolov3、yolo-fastect使用rtx30系显卡cuda环境在win10平台编译与训练的相关问题
2022-07-27 05:23:00 【sin_404】
看我这个标题,就知道是踩了多少的坑
win10跑darknet,还用的是的3060,我一度想把它丢了换20系,好直接下载git上编译好的cuda10版本
一、 cmake 编译无法找到cuda,nofound问题。
:这个问题可能是你安装cuda的时候没有选关联vs的那个组件有关。我出现这个问题是因为安装cuda账户不是当前账户导致的,最后选择重装了cuda
后面看到大佬拷贝这个目录:C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.1\extras\visual_studio_integration\MSBuildExtensions下文件
到vs的\MSBuild\Microsoft\VC\v160\BuildCustomizations路径下的解决方式,发现也确实有效
地址:https://blog.csdn.net/qq_44961028/article/details/110164354
二、生产解决方案时MSB3721问题。
:这个问题确实是和显卡算力指数有关。你没有看错,3060也能标86的算力上去。今天是2021/03/26,nvidia官网都找不到3060的算力指标
我看有标75也能跑的,反正我是跑不起来,
参考地址:https://blog.csdn.net/limmmy/article/details/105098160
额外提示:最好不要直接从cmake打开项目,请直接从文件里打开darknet.sln,不会出现过多文件。改了Makefile后,cuda/c++的device里会有两个算力指标,把52的直接删掉。
三、opencv的问题。
:实践发现opencv3和4都能跑,没什么影响。请直接在系统变量里新增一个OpenCV_DIR:opencv\build,不需要在cmake或vs里改任何和opencv有关的东西。
训练的坑后面再填吧!
边栏推荐
- Summary of frequently asked questions in the interview [summarized after painstaking work all night]
- shell--循环语句(for、while、until)
- Basic knowledge of English: modifying sentence elements - Part 1
- DNS域名解析服务
- Shell脚本备份MySQL数据库
- Shell -- circular statements (for, while, until)
- ArcGIS for JS API (1) get all field names of FeatureLayer
- DNS域名解析服务
- iptables防火墙
- Unit integration (grounding) test
猜你喜欢

账号管理与权限

Shell programming specifications and variables

Geonode GeoServer win10 installation tutorial (personal test)

Publish a building segmentation database with a resolution of 0.22m

FTP服务简介与配置

shell之if条件语句

Source code compilation and installation LNMP and discuz Forum

DHCP principle and configuration

项目实训经历2

Iptables firewall
随机推荐
Vscode solves the problem of using stuck ipynb files when running
shell的编程规范and重定向与管道操作
源码编译安装LAMP和DISCUZ论坛
Programming learning records - Lesson 3 [first knowledge of C language]
Knowledge supplement of multithreading
C language - Custom structure type
If conditional statement of shell
Compatibility test knowledge points
gradle的安装配置及使用
Linu性能调优:面对DDOS攻击,我们如何缓解局面?
shell--循环语句(for、while、until)
二叉树——搜索树
互联网简单协议概括
Converting ArcGIS style stylesheet files to GeoServer SLD files
iptables防火墙及SNAT和DNAT
英语基础知识:非谓语使用规则上篇
shell编程规范与变量
NFS简介和配置
Decorator functions and the use of class decorators
Shell script backup MySQL database