当前位置:网站首页>目标检测-中篇
目标检测-中篇
2022-08-04 03:07:00 【Peyzhang】
YOLO
使用单个神经网络,在一次评估中直接从完整图像上预测边界框和类别概率。由于整个检测流程仅用一个网络,所以可以直接对检测性能进行端到端的优化。
YOLO结构: ---- GoogleNet + 4个卷积 + 2个全连接层
- 1、把图像缩放到448X448
- 2、在图上运行卷积网络
- 3、根据模型的置信度对检测结果进行阈值处理
单元格(cell)
7 x 7=49个像素值,理解成49个单元格,每个单元格可以代表原图的一个方块。单元格需要做的两件事:
- 每个边界框包含两个目标预测,每个目标包括5个预测值:x,y,w,h和置信度
- 每个单元格预测两个(默认)bbox位置,两个bbox置信度(confidence) : 7 x 7 x 2=98个bbox。30=(4+1+4+1+20), 4个坐标信息,1个置信度(confidence)代表一个bbox的结果, 20代表 20类的预测概率结果
一个网格会预测两个Bbox,在训练时我们只有一个Bbox专门负责(一个Object 一个Bbox)
20 个类别概率代表这个网络中的一个bbox
confidence
如果grid cell里面没有object,confidence就是0
如果有,则confidence score等于 预测的box和ground truth的IOU乘积,(每个cell 中两个bbox 都与真实值比较,确定最终的bbox)
训练损失
- 三部分损失 bbox损失+confidence损失+classfication损失
YOLO V2
针对YOLO算法,改进:(训练机制,网络改变–Darknet-19,k-means聚类算法对训练集中的边界框做了聚类分析,直接位置预测)
YOLO V3
改进:(网络Darknet-53,逻辑回归替代softmax作为分类器)
边栏推荐
- There are too many systems, how to realize multi-account interworking?
- QNX Hypervisor] 10.2 vdev 8259 2.2 user manual
- pytorch应用于MNIST手写字体识别
- 力扣(LeetCode)215. 数组中的第K个最大元素(2022.08.03)
- 脚手架内容详解分析
- 复制带随机指针的链表
- 案例 | 重庆银行流动数据安全挑战及应对实践
- Hey, I had another fight with HR in the small group!
- Returns the maximum number of palindromes in a string
- Utilities of Ruineng Micrometer Chip RN2026
猜你喜欢
Homemade bluetooth mobile app to control stm8/stm32/C51 onboard LED
STM8S105k4t6c--------------点亮LED
6-port full Gigabit Layer 2 network managed industrial Ethernet switch Gigabit 2 optical 4 electrical fiber self-healing ERPS ring network switch
一文看懂推荐系统:召回04:离散特征处理,one-hot编码和embedding特征嵌入
出现504怎么办?由于服务器更新导致的博客报504错误[详细记录]
系统太多,多账号互通如何实现?
Dong mingzhu live cold face away, when employees frequency low-level mistakes, no one can understand their products
倒计时2天,“文化数字化战略新型基础设施暨文化艺术链生态建设发布会”启幕在即
esp8266-01s刷固件步骤
new Date将字符串转化成日期格式 兼容IE,ie8如何通过new Date将字符串转化成日期格式,js中如何进行字符串替换, replace() 方法详解
随机推荐
单片机C语言->的用法,和意思
FPGA parsing B code----serial 3
Brush esp8266-01 s firmware steps
In a more general sense, calculating the displacement distance and assumptions
STM8S project creation (STVD creation) --- use COSMIC to create a C language project
自制蓝牙手机app控制stm8/stm32/C51板载LED
高效IO模型
SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropri
Flink原理流程图简单记录
全网没有之一的JMeter 接口测试流程详解
[Medical Insurance Science] To maintain the safety of medical insurance funds, we can do this
自定义通用分页标签01
MCU C language -> usage, and meaning
MySQL query optimization and tuning
Simple record of Flink principle flow chart
Asynchronous programming solution Generator generator function, iterator iterator, async/await, Promise
new Date converts strings into date formats Compatible with IE, how ie8 converts strings into date formats through new Date, how to replace strings in js, and explain the replace() method in detail
Functions, recursion and simple dom operations
安装postgis时报找不到“POSTGIS_VERSION”这个函数
架构实战营模块三作业