当前位置:网站首页>Improve yolov5 with gsconv+slim neck to maximize performance!
Improve yolov5 with gsconv+slim neck to maximize performance!
2022-07-01 18:51:00 【Zhiyuan community】
Paper title :Slim-neck by GSConv: A better design paradigm of detector architectures for autonomous vehicles
Object detection is an arduous downstream task in computer vision . For vehicle edge computing platform , Large models are difficult to meet the requirements of real-time detection . and , A lightweight model constructed from a large number of deep separable convolutions cannot achieve sufficient accuracy . So this paper introduces a new method GSConv To reduce the complexity of the model and maintain accuracy .GSConv It can better balance the accuracy and speed of the model . also , Provides a design paradigm ,Slim-Neck, To achieve higher computational cost-effectiveness of the detector . In the experiment , Compared with the original network , The most advanced results are obtained by this method ( for example ,SODA10M stay Tesla T4 In order to ~100FPS The speed of 70.9% mAP0.5).
- Introduced a new method GSConv Instead of SC operation . This method makes the output of convolution calculation as close as possible to SC, At the same time, reduce the cost of Computing ;
- It provides a new design paradigm for the detector architecture of autonomous vehicle , I.e. with standard Backbone Of Slim-Neck Design ;
- Verified the difference Trick The effectiveness of the , It can be used as a reference for research in this field .


边栏推荐
- 1380. Lucky number in matrix / 1672 Total assets of the richest customers
- How to operate technology related we media well?
- R language ggplot2 visualization: visualize the line graph and add customized Y-axis label information to the line graph using the labels function
- The R language cartools package divides the data, the scale function scales the data, the KNN function of the class package constructs the k-nearest neighbor classifier, and the table function calcula
- What designs are needed in the architecture to build a general monitoring and alarm platform
- D. Yet Another Minimization Problem
- Sanfeng cloud 0215 I often use
- JS find the next adjacent element of the number in the array
- 研究了11种实时聊天软件,我发现都具备这些功能…
- docker 部署mysql8.0
猜你喜欢

Memo - about C # generating barcode for goods

Lumiprobe lumizol RNA extraction reagent solution

GAMES202作业0-环境搭建过程&解决遇到的问题

bean的生命周期核心步骤总结

Leetcode-21 combines two ordered linked lists

Leetcode203 remove linked list elements

如何使用物联网低代码平台进行个人设置?

如何在自有APP内实现小程序实现连麦直播

Weekly recommended short videos: be alert to the confusion between "phenomena" and "problems"

What designs are needed in the architecture to build a general monitoring and alarm platform
随机推荐
R语言epiDisplay包ordinal.or.display函数获取有序logistic回归模型的汇总统计信息(变量对应的优势比及其置信区间、以及假设检验的p值)、write.csv函数保存csv
LeetCode-21合并两个有序链表
华为云专家详解GaussDB(for MySQL)新特性
Thread forced join, thread forced join application scenarios
Qt中的QFile读写文件操作
Go语言自学系列 | go语言数据类型
[source code analysis] NVIDIA hugectr, GPU version parameter server - (1)
Financial judgment questions
How to manage 1000 anchors by one person?
11、用户、组和权限(1)
Leetcode-83 删除排序链表中重复的元素
Create your own NFT collections and publish a Web3 application to show them (Introduction)
Implement a Prometheus exporter
Usage and underlying implementation principle of PriorityQueue
Leetcode-160 intersecting linked list
Lumiprobe 生物分子定量丨QuDye 蛋白定量试剂盒
Livedata postvalue will "lose" data
R语言使用dplyr包的transmute函数计算dataframe数据中的指定数据列的移动窗口均值、使用ggplot2包可视化移动均值与原始数据的折线图
Three. JS learning - basic operation of camera (learn from)
用GSConv+Slim Neck改进Yolov5,将性能提升到极致!