当前位置:网站首页>YOLOv3 SPP理论详解(包括CIoU及Focal loss)
YOLOv3 SPP理论详解(包括CIoU及Focal loss)
2022-08-05 07:00:00 【@BangBang】
网络性能对比

- 表格的数据来自U版yolov3 spp的参数对比,输入图片大小都是
512 x 512, 原始的yolov3他的coco mAp(Iou 0.5:0.95)所取的均值是在32.7,加上了SPP结构它的mAp达到了35.6,基本上提升了大概有3个点,U版的yolov3 SPP的mAP达到了42.6,它相对于普通版Yolov3 SPP提升了将近7个点,这效果是非常明显的。通过查看U版的源码,作者使用了很多trciks. - U版的Yolov3 SPP 作者主要使用的技巧包括:
1.Mosaic 图像增强2.SPP模块3.CIOU LOSS,其中Focal loss作者在代码有实现,但实际训练中并没有使用到,作者发现加上了Focal loss效果并没有改善。
Mosaic 图像增强
以往的网络中也提到了很多图像增强算法包括:图像的随机裁剪、图像的随机水平翻转、亮度色度饱和度的随机调整等。
Mosaic 图像增强实际上是将多张图片拼接在一起,然后输入网络进行训练。在源码中,作者默认使用4张图片进行拼接预测,Mosaic图像增强到
边栏推荐
- Flink Learning 12: DataStreaming API
- How to avoid online memory leaks
- 性能提升400倍丨外汇掉期估值计算优化案例
- 不能比较或排序 text、ntext 和 image 数据类型
- [Tool Configuration] Summary of Common Uses of VSCode
- 栈与队列的基本介绍和创建、销毁、出入、计算元素数量、查看元素等功能的c语言实现,以及栈的压入、弹出序列判断,栈结构的链式表示与实现
- Promise (3) async/await
- TRACE32——C源码关联1
- Technical Analysis Patterns (11) How to Trade Head and Shoulders Patterns
- 蓝牙gap协议
猜你喜欢

protobuf is compiled against the associated .proto file

不太会讲爱,其实已经偷偷幸福很久啦----我们的故事

Shiny04---DT和进度条在shiny中的应用

Vulnhub靶机:HA_ NARAK

Re regular expressions

(4) Rotating object detection data roLabelImg to DOTA format

IO process thread -> communication between processes -> day7

Japan Sanitary Equipment Industry Association: Japan's warm water shower toilet seat shipments reached 100 million sets

真实字节跳动测试开发面试题,拿下年薪50万offer。

TRACE32——Go.direct
随机推荐
Japan Sanitary Equipment Industry Association: Japan's warm water shower toilet seat shipments reached 100 million sets
Hash these knowledge you should also know
AI+视频技术助力保障校园安全,校园智能安防平台该如何建设?
How to avoid online memory leaks
Mysql为什么 建立数据库失败
2022熔化焊接与热切割操作证考试题及模拟考试
文本特征化方法总结
二叉搜索树问题
Shiny04---Application of DT and progress bar in shiny
基于KECA-IGWO-KELM的间歇过程故障诊断方法
U++ UE4官方文档课后作业
An IP conflict is reported after installing the software on a dedicated computer terminal
TRACE32——C源码关联1
FPGA parsing B code----serial 4
PCI Pharma Services Announces Multi-Million Dollar Expansion of UK Manufacturing Facility to Meet Growing Demand for Global High Potency Drug Manufacturing Services to Support Oncology Treatment
给网站套上Cloudflare(以腾讯云为例)
今天虚竹哥又发现了一款好用的国产化API工具
字节面试流程及面试题无私奉献,吐血整理
Using printf function in STM32
性能提升400倍丨外汇掉期估值计算优化案例