当前位置:网站首页>YOLOV5学习笔记(三)——网络模块详解
YOLOV5学习笔记(三)——网络模块详解
2022-07-31 02:34:00 【桦树无泪】
1 各模块的作用
1.1 Focus:减少运算量
1.2 CSPNet跨阶段局部网络
1.3 SPP空间金字塔池化
最大池化一般会导致特征图的减小,需要填充使特征图大小一样,最后拼接。可以增加感受野。
1.4 PANet
不同尺度进行融合时,最大和最小比较难融合,所以有个上采样和下采样,比较好融合。
2 损失函数
边栏推荐
- f.grid_sample
- 真正的CTO,是一个懂产品的技术人
- LeetCode 1161 最大层内元素和[BFS 二叉树] HERODING的LeetCode之路
- Shell script to loop through values in log file to sum and calculate average, max and min
- 基于FPGA的图像实时采集
- Verify the integer input
- Linux下redis7的安装,启动与停止
- mysql view
- MPPT太阳能充放电控制器数据采集-通过网关采集电池电压容量电量SOC,wifi传输
- The application of AI in the whole process of medical imaging equipment
猜你喜欢
vlan间路由+静态路由+NAT(PAT+静态NAT)综合实验
基于FPGA的售货机
跨专业考研难度大?“上岸”成功率低?这份实用攻略请收下!
经典链表OJ强训题——快慢双指针高效解法
leetcode-1161: Maximum in-layer element sum
Problems that need to be solved by the tcp framework
LeetCode 1161 最大层内元素和[BFS 二叉树] HERODING的LeetCode之路
Face detection based on opencv
Pythagorean tuple od js
真正的CTO,是一个懂产品的技术人
随机推荐
跨专业考研难度大?“上岸”成功率低?这份实用攻略请收下!
你们程序员为什么不靠自己的项目谋生?而必须为其他人打工?
Word/Excel fixed table size, when filling in the content, the table does not change with the cell content
Layer 2 broadcast storm (cause + judgment + solution)
1. Non-type template parameters 2. Specialization of templates 3. Explanation of inheritance
The principle of complete replication of virtual machines (cloud computing)
【CV项目调试】CUDNN_CONVOLUTION_FWD_SPECIFY_WORKSPACE_LIMIT问题
静态路由+PAT+静态NAT(讲解+实验)
What have I experienced to become a tester who is harder than development?
曼城推出可检测情绪的智能围巾,把球迷给整迷惑了
力扣刷题之有效的正方形(每日一题7/29)
cudaMemcpy study notes
医疗影像领域AI软件开发流程
Nacos
CorelDRAW2022精简亚太新增功能详细介绍
Draw Your Cards
934. The Shortest Bridge
FPGA-based vending machine
怎样做好一个创业公司CTO?
LeetCode 1161 最大层内元素和[BFS 二叉树] HERODING的LeetCode之路