当前位置:网站首页>【目标检测】yolov3特征提取网络------Darknet53网络及pytorch实现
【目标检测】yolov3特征提取网络------Darknet53网络及pytorch实现
2022-08-04 11:21:00 【小飞龙程序员】
Darknet53
Darknet是最经典的一个深层网络,结合Resnet的特点在保证对特征进行超强表达的同时又避免了网络过深带来的梯度问题,主要有Darknet19和Darknet53,当然,如果你觉得这还不够深,在你条件允许的情况下你也可以延伸到99,199,999,…。
table1的块状结构如下图:
从上图中可以看到,输入首先经过一个1×1的卷积层Conv(1×1,stride=1)将通道数降低一半变为
In_channels/2,然后进入一个3×3的卷积层Conv(3×3,stride=1)进行特征提取,这时通道数又从In_channels恢复为In_channels。最后3×3卷积的输出与经过Shorcut传递过来的输入Input相加得到最终的Output(此时3×3卷积的输出与Input的形状(In_channels,h,w)相同,可以直接相加)。我们看到,经过Residual运算之后,输入的特征图形状保持不变。
从上图中我们可以看到,Darknet-53中总共有6个单独的卷积层和23个Residual,每个Residual包含2个卷积层(一个1×1,一个3×3),所以Darknet-53
边栏推荐
- 深度学习100例 —— 卷积神经网络(CNN)天气识别
- 数据库对象
- Leetcode - using sequence traversal features first completed 114. The binary tree to the list
- mysqldump远程备份数据库
- Use pytest hook function to realize automatic test result push enterprise WeChat
- 从零开始Blazor Server(7)--使用Furion权限验证
- win8和win10下,visual studio 2008 调试出现无响应的卡死问题解决
- MySQL 45 讲 | 11 怎么给字符串字段加索引?
- 中介者模式(Mediator)
- 网管型交换机比傻瓜交换机多了哪些功能
猜你喜欢
Heap Sort
【虹科案例】基于3D相机组装家具
蒲丰投针学习笔记
【Qt】解决 “由于找不到Qt5Cored.dll,无法继续执行代码”(亲测有效)
Leetcode brush questions - 543. Diameter of binary trees, 617. Merging binary trees (recursive solution)
Leetcode brush - structure binary tree (105. Once upon a time sequence and the sequence structure binary tree traversal sequence, 106. From the sequence with the sequence structure binary tree travers
iMeta | German National Cancer Center Gu Zuguang published a complex heatmap visualization method
【LeetCode】98.验证二叉搜索树
ESP8266-Arduino编程实例-TSL2561亮度传感器驱动
Zikko launches new Thunderbolt 4 docking station with both HDMI2.1 and 2.5GbE
随机推荐
【LeetCode】899.有序队列
【黄啊码】MySQL入门—2、使用数据定义语言(DDL)操作数据库
MySQL 45 讲 | 11 怎么给字符串字段加索引?
The use of DDR3 (Naive) in Xilinx VIVADO (1) to create an IP core
手搓一个“七夕限定”,用3D Engine 5分钟实现烟花绽放效果
怎么禁止textarea拉伸
The use of DDR3 (Naive) in Xilinx VIVADO (3) simulation test
热成像测温的原理是什么呢?你知道吗?
map的一道题目<单词识别>
bitset的基本用法
vector中函数emplace_back的实现原理
复盘:经典的HR面试问题,这些问题可以挖掘你个人的素质,看看你是否合适合我们部门
Xilinx VIVADO 中 DDR3(Naive)的使用(2)读写设计
123
Events in August | 51CTO's 17th Anniversary Celebration, post a blog post to get gifts such as tea sets/notebooks/T-shirts!
winform 在Datatable插入一笔数据
Leetcode刷题——543. 二叉树的直径、617. 合并二叉树(递归解决)
Leetcode - using sequence traversal features first completed 114. The binary tree to the list
Leetcode——利用先序遍历特性完成114. 二叉树展开为链表
技术干货 | 用零信任保护代码安全