上一页 1 2 3 4 5 6 7 8 9 ··· 16 下一页
摘要: 阅读全文
posted @ 2022-09-19 19:23 赵家小伙儿 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 1. 物体检测的派系 2. 传统方法 3. 基于锚框的物体检测算法 4. 无需锚框的物体检测算法 5. 物体检测常用数据集 5.1 通用物体检测数据集 5.2 人脸检测数据集 5.3 行人检测数据集 6. 物体检测评价指标 阅读全文
posted @ 2022-09-19 19:17 赵家小伙儿 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 1 import os 2 import cv2 as cv 3 4 path = "E:/codePro/python_pro/Yolo-Faster-XL_QR_pro/QR_Data/test/" 5 6 imgSavePath = "E:/codePro/python_pro/Yolo-Fa 阅读全文
posted @ 2022-03-21 10:53 赵家小伙儿 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 在执行vscode中 按F5调试python脚本时报以下错误Exception has occurred: ImportError DLL load failed: 找不到指定的程序。 File "F:\Github\ImageDiff\PythonDemo\main.py", line 3, in 阅读全文
posted @ 2022-03-17 16:34 赵家小伙儿 阅读(436) 评论(0) 推荐(0) 编辑
摘要: 参考:https://zhuanlan.zhihu.com/p/72038532 阅读全文
posted @ 2022-03-15 10:07 赵家小伙儿 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 针对YoloV3 中的训练数据不足的情况,考虑数据增强的方式,同时改变原始数据标注的坐标。 1 import xml.etree.ElementTree as ET 2 import os 3 import numpy as np 4 from PIL import Image 5 import s 阅读全文
posted @ 2022-03-14 13:29 赵家小伙儿 阅读(249) 评论(0) 推荐(0) 编辑
摘要: Cmake下载:https://cmake.org/files/ Cuda 10.0下载:https://developer.nvidia.com/cuda-10.0-download-archive Cuda 11.3下载:https://developer.nvidia.com/cuda-11. 阅读全文
posted @ 2022-03-10 20:49 赵家小伙儿 阅读(943) 评论(0) 推荐(0) 编辑
摘要: 从如下几个方法考虑: 1.)检查cuda及cudnn是否安装正确,检测方式 cmd命令行输入:ncnn -V,如果输出cuda的相关版本号,即安装无误; 2.)考虑cmake的版本是否过高,相对cuda版本; 3.)再configure进行下一步,尝试改变用vc14(vs2015)或者vc15(20 阅读全文
posted @ 2022-03-08 20:39 赵家小伙儿 阅读(457) 评论(0) 推荐(0) 编辑
摘要: 1. Epoch和Batch的理解 参考:https://blog.csdn.net/weixin_38754799/article/details/109831970 2. BN 批处理归一化 参考:https://www.cnblogs.com/skyfsm/p/8453498.html 阅读全文
posted @ 2022-02-17 20:46 赵家小伙儿 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 1. Windows10 在vscode中自动**环境报错: CommandNotFoundError 见:https://www.codeleading.com/article/12184924469/ 2. vscode 的命令行数输入参数的文件配置 见:https://blog.csdn.ne 阅读全文
posted @ 2022-01-29 13:47 赵家小伙儿 阅读(127) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 16 下一页