摘要: 搭建python环境 yolov5环境搭建教程 yolov5框架下载 使用教程 看到项目第一眼会很懵,我把他整理了一下放到了xunlianji这个文件夹中 data--取自主目录data下的,是用来存储训练集、类型、还有验证集路径的地方 images--忘记了应该是没用的 models--取自主目录 阅读全文
posted @ 2025-03-27 10:35 柏泊 阅读(92) 评论(0) 推荐(0)
摘要: 数据格式 utf8、utf8_unicode_ci utf8mb4转utf8 utf8mb4_unicode_ci转utf8_unicode_ci datetime(0)转datetime time(0)转time ON UPDATE CURRENT_TIMESTAMP(0) 转空 阅读全文
posted @ 2025-03-13 16:03 柏泊 阅读(31) 评论(0) 推荐(0)
摘要: 文章由三篇精品文章整合而来: 1、yolov5的完整部署 2、超详细win安装深度学习环境2025年最新版(cuda11.8+torch2.2) 3、一看就懂,一学就会】yolov5保姆级打标签、训练+识别教程 conda是关键,类似于虚拟机群,再里面可以创建不同的python版本、不同的cuda 阅读全文
posted @ 2025-02-24 13:35 柏泊 阅读(1659) 评论(0) 推荐(0)
摘要: 一、安装 搭建一个mqtt服务器,这里我们采用mosquitto 1、 下载地址:https://mosquitto.org/download/ 2、 选择windows:https://mosquitto.org/files/binary/win64/mosquitto-2.0.18-instal 阅读全文
posted @ 2024-12-13 11:04 柏泊 阅读(3669) 评论(0) 推荐(0)
摘要: #!/bin/bash # 使用更精确的方式检查进程 check_process() { ps aux | grep "dotnet.*MicroService_Face_3_0.dll" | grep -v grep > /dev/null return $? } # 检查程序是否运行 if ch 阅读全文
posted @ 2024-11-22 16:38 柏泊 阅读(141) 评论(0) 推荐(0)
摘要: 注册微软密钥和软件仓库,执行以下命令:wget https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb -O packages-microsoft-prod.debsudo dpkg -i pack 阅读全文
posted @ 2024-11-08 13:50 柏泊 阅读(468) 评论(0) 推荐(0)
摘要: 包含modbus poll和mobdus slave 两种版本中文破解版和原版。 阿里云盘不能上传rar文件 需要的话785417546@qq.com 阅读全文
posted @ 2024-09-20 14:00 柏泊 阅读(79) 评论(0) 推荐(0)
摘要: npm更换阿里源 #查看当前使用的镜像地址命令 npm config get registry #设置阿里镜像源 npm config set registry http://registry.npmmirror.com #切回npm默认源 npm config set registry https 阅读全文
posted @ 2024-08-29 15:41 柏泊 阅读(1300) 评论(0) 推荐(0)
摘要: IIS添加MIME类型 <mimeMap fileExtension=".unity3d" mimeType="application/octet-stream" /><mimeMap fileExtension=".unity3dgz" mimeType="application/octet-st 阅读全文
posted @ 2024-08-23 16:48 柏泊 阅读(40) 评论(0) 推荐(0)
摘要: HTTP 错误 500.19- Internal Server Error 错误解决方法 0x8007000d 安装.net 运行时 dotnet-hosting版本 阅读全文
posted @ 2024-08-14 10:17 柏泊 阅读(31) 评论(0) 推荐(0)