当前位置:网站首页>yolov5,yolov4,yolov3 mess
yolov5,yolov4,yolov3 mess
2022-08-02 14:18:00 【weixin_50862344】
Structural comparison

Don't ask where such a beautiful image came from, ask就是Goodness and falsehoods (toulai)
Let’s briefly talk about the changes I think are more obvious in the picture
yolov4
backbone:
①All use the Mish activation function instead of yolov3's Leakyrelu
②Start using concat in the backbone
neck:
①The complexity is soaring
②The spp module is introduced
yolov5
backbone:
①Introduced Focus module
②If you follow The content in Jiang Xiaobai’s article The activation function is changed back to Leakyrelu (Is it repeated horizontally every time? )
But some bloggers say it is silu
I will study it here when I have time
③CBL and CSP1_X structures are repeated
④CSP1_X adds BN+ activation function after concat
neck:
①spp also adds CBL structure before and after
The overall trend is the continuous subdivision and reintegration process of image information
Analyze why the activation function has to jump repeatedly
This part mainly refers to learningThis blogger's content.
(1) LeakyReLU function
The Dead ReLU problem occurred after Relu was introduced (when the input is negative, ReLU completely fails)
Attach a Relu image first!
So give a small component to the negative part to solve the Dead ReLU problem
Swish function

Suddenly turned to Zhihu, a blogger wrote a very complete Look at this!!!
I don't want to write anymore hhhh!!!!
Forget it and write a summary...
focus module
According to the horizontal and vertical coordinate directions, double interval sampling is performed to retain the basic characteristics of the image. Focus can play the following roles: reduce the number of layers, reduce the amount of parameters, reduce the amount of calculation, reduce the memory usage of cuda, and affect the mAPIn a small case, it improves the inference speed and gradient back-propagation speed.Among them, reducing the number of layers, reducing the amount of parameters, and reducing the amount of calculation refers to comparing with YOLOV3. The author believes that such a Focus layer can equal the three convolutional layers of YOLOV3
边栏推荐
- Chapter6 visualization (don't want to see the version)
- 你接受不了60%的暴跌,就没有资格获得6000%的涨幅 2021-05-27
- 编程规范——LiteOS
- 第八单元 中间件
- [ROS](01)创建ROS工作空间
- 数据机构---第六章图---图的遍历---选择题
- How to solve 1045 cannot log in to mysql server
- Configure zabbix auto-discovery and auto-registration.
- Sentinel源码(一)SentinelResourceAspect
- hsql是什么_MQL语言
猜你喜欢
随机推荐
海明校验码纠错设计原理
跑跑yolov5吧
第十一单元 序列化器
The bad policy has no long-term impact on the market, and the bull market will continue 2021-05-19
redis延时队列
php开源的客服系统_在线客服源码php
关于市场后市的发展预测? 2021-05-23
网络安全第五次作业
Flask框架
Diodes and their applications
理解TCP长连接(Keepalive)
AWVS工具介绍[通俗易懂]
mysql的case when如何用
动态刷新日志级别
Flask项目的完整创建 七牛云与容联云
idea社区版下载安装教程_安装天然气管道的流程
drf序列化器-Serializer
Why does a four-byte float represent a wider range than an eight-byte long
Shell脚本完成pxe装机配置
未来的金融服务永远不会停歇,牛市仍将继续 2021-05-28









