当前位置:网站首页>YOLOV5学习笔记(一)——原理概述
YOLOV5学习笔记(一)——原理概述
2022-07-28 21:59:00 【桦树无泪】
目录
一、目标检测概述
1.1 数据集介绍
- PASCAL VOC
- MS COCO
1.2 性能指标
1.2.1 混淆矩阵
1.2.2 IOU(边界框回归)
IOU=1 是完全重叠
根据IOU设置的阈值来判断是TP还是FP ,比如重叠为0.5
1.2.3 AP&mAP
AP是衡量学习出来的模型在每个类别上的好坏
mAP是衡量学习出来的模型在所有类别上的好坏是AP的平均值
- 不同数据集对于AP和mAP的概念还是不同的
- AP计算
1.2.4 检测速度
1.3 YOLO发展史
1.3.1 算法思想
- yolov3框架图
先经过卷积神经网络得到特征图像,之后对图像进行网格划分,每个网格单独进行画框检测和类别的概率图,最终得到结果。
每个小框内包含了边界框坐标、目标得分和类别得分
- 多尺度融合
经过卷积神经网络可以得到不同大小的特征图,对不同大小的特征图进行融合利于小目标的检测。
图片卷积经过32倍下采样得到19*19的图片,每个网格都会单独预测和画锚框
预先设定一些边界框的大小 ,每个尺度都有若干个锚框
- 损失函数
1.3.2 YOLOv5网络架构
一个网络往往有主干网络(Backbone)+颈部(Neck)+头部(Head)组成
- 可视化
pip install onnx>=1.7.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install coremltools==4.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
python models/export.py --weights weights/yolov5s.pt --img 640 --batch 1
边栏推荐
- The classic dual stack implementation queue, pay attention to the modification of the judgment conditions of traversing the stack.
- 控件 圆角描边 MaterialShapeDrawable
- General addition, deletion, modification and query of custom MVC
- 宝塔 phpmyadmin未授权访问漏洞
- 金仓数据库KingbaseES 客户端编程接口指南 - ODBC特性支持约束
- Trivy [2] tool vulnerability scanning
- Codeforces Round #810 (Div. 2) A - C
- Exchange 2013 SSL证书安装文档
- 基因组 DNA 分离丨Worthington核糖核酸酶A
- npm更换最新淘宝镜像
猜你喜欢
剑指 Offer 55 - I. 二叉树的深度
Pagoda phpMyAdmin unauthorized access vulnerability
浪潮ClusterEngineV4.0 远程命令执行漏洞 CVE-2020-21224
2022年R2移动式压力容器充装考题模拟考试平台操作
mongodb索引添加、查看、导出、删除
【自】-刷题-逻辑
How powerful can top "hackers" be? Internet access without signal, expert: high-end operation!
Deep analysis of integrated learning xgboost
What's special about this wireless router, which is popular in the whole network?
Xss.haozi.me range details
随机推荐
顶级“黑客”能厉害到什么地步?无信号也能上网,专家:高端操作!
2022T电梯修理考试试题及模拟考试
2022 welder (Junior) work license questions and answers
MySQL functions
[self] - brush questions array
CV目标检测模型小抄(2)
2022G3锅炉水处理考试模拟100题模拟考试平台操作
Deep analysis of integrated learning gbdt
2022 R2 mobile pressure vessel filling test question simulation test platform operation
尿酸酶丨Worthington猪肝尿酸酶的特征:
Neglected smart TV applet field
深度剖析集成学习GBDT
金仓数据库KingbaseES 客户端编程接口指南 - ODBC (2. 概述)
xss.haozi.me靶场详解
MySQL introduction
Exchange 2013 SSL证书安装文档
【自】-刷题-集合
金仓数据库KingbaseES客户端编程接口指南-ODBC(5. 开发过程)
阻塞式队列
Intel data center GPU is officially shipped to provide strong computing power with openness and flexibility