- 博客(23)
- 资源 (5)
- 收藏
- 关注
原创 minGW进行opencv编译时提示error: ‘mutex‘ in namespace ‘std‘ does not name a type
opencv编译时,提示mutex错误,需要安装MINGW-posix的免安装包
2024-11-21 11:38:00
551
原创 记录解决文件或文件夹右键没有 “通过 Code 打开”
原文链接:https://blog.youkuaiyun.com/weixin_45992789/article/details/131378820。官网下载地址:Visual Studio Code - Code Editing. Redefined。1、找到之前 VS Code 的安装包,或者下载最新版的 VS Code 安装包。3、选择“我同意此协议”,点击“下一步”按钮(不需要选择安装路径)注意:安装包版本要大于等于当前安装的 VS Code 安装包。2、双击打开 VS Code 安装包。
2024-07-31 13:38:47
858
原创 YOLOV5 CPU版本WIN10环境搭建
要想在CPU上面跑,环境很重要,我先默认大家安装好了pycharm,并且默认配置好了python。我的python版本是3.9(我且称它为原生版本)。2、首先先安装matplotlib,速度会快一点,然后运行第二行代码,安装依赖。三、完成后在电脑的用户目录下找到.condarc的文件,用记事本打开查看。二、换源在cmd中接着依次输入以下代码。五、下载yolov5工程代码。一、配置环境(非常重要)3、导入Pytorch库。四、新建conda环境。1、添加conda环境。4、可能需要单独安装的。
2023-12-14 14:34:56
650
1
原创 解决MobaXterm连接报错WARNING REMOTE HOST IDENTIFICATION HAS CHANGED!
删除目录User/.ssh/下的known_hosts文件,或者清空known_hosts内容。它会把每个曾经访问过计算机或服务器的公钥,记录在User/.ssh/known_hosts。此报错是由于 ,远程主机的公钥发生了变化(重装操作系统等导致远程主机公钥变化)1 ssh 服务是通过公钥和私钥来进行连接的,报错翻译:远程主机标识已更改。
2023-02-01 15:07:41
1599
1
原创 无法连接NVIDIA驱动:NVIDIA-SMI has failed because it couldn‘t communicate with the NVIDIA driver
服务器重启,突然启动不了容器,而且nvidia-smi也没有显卡信息了,但是nvcc -V有驱动信息 NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.只需两步:sudo apt-get install dkmssudo dkms install -m nvidia -v 5
2022-12-06 19:55:11
576
原创 RuntimeError: result type Float can‘t be cast to the desired output type long int
RuntimeError: result type Float can't be cast to the desired output type long int
2022-11-24 16:01:34
230
原创 bash: vi: command not found
docker容器中编辑文件报错bash: vi: command not found问题解决
2022-11-23 13:57:49
664
原创 YOLOV5运行出现protobuf相关错误
If you cannot immediately regenerate your protos, some other possible workarounds are:这是由于安装tensorflow的时候,安装依赖包protobuf的版本过高
2022-11-03 15:38:52
4434
1
原创 找不到所选字体 “Cascadia Mono“。 改为选择 “Consolas“。教程
1、在命令行窗口输入 chcp 437,回车。2、下拉,选择设置3.选中,windows powershell --》字体–》调整字号,最后保存即可。有用点个赞噢
2021-06-11 09:56:11
8360
12
WIN10+CMAKE+MinGW+Opencv/C++ 和VScode开发环境搭建需要下载的两个文件
2024-11-21
dimensions not set
2024-08-16
TA创建的收藏夹 TA关注的收藏夹
TA关注的人