当前位置:网站首页>yolov3
yolov3
2022-07-20 09:21:00 【ffllxx123】
Backbone network
v1 Structure
v2 Structure
v3 Structure , Will be output 3 The scale of the feature map , Namely 13x13 individual grid cell,26x26 individual grid cell and 52x52 individual grid cell,255 yes 3x85 Got , Every grid cell Will generate 3 individual anchor,85 yes 80+5,80 It's the number of categories ,5 Is the positional parameter plus confidence .13x13 Corresponding to the big receptive field , Predict large objects ;52x52 Corresponding to small receptive field , Predict small objects . The green part is up sampling .v3 It realizes the integration of various scales .
Every grid cell Corresponding 3 individual anchor, Every anchor Corresponding to a prediction box , A prediction box corresponds to 85 Parameters ,
13x13 Responsible for predicting big goals , The three blue boxes correspond 3 individual anchor. For example, the Yellow frame of this dog , See where his center point falls grid cell Inside , Then look at this grid cell Which one? anchor With this yellow framed iou Maximum , Just use which one anchor.
And dimension box iou maximal anchor It is called positive sample ,iou It's big and nothing ,iou Less than 0.5 Is called negative sample .
The first is for positive samples , Fit the coordinates , The second is confidence and category , The third item is the confidence of negative samples .
During training , The parameters of the three scales are 10647 individual , Train them with the parameters of the callout box ,
边栏推荐
- YOLOv3论文中英文对照翻译
- Use of lists, tuples, dictionaries, and sets
- 航天信息开电子发票 3.0 以及4.0(电子发票)
- js Qrcode.js实现文字内容通过二维码展示
- 【 Guide de thèse】 Dag - gnn: Dag structure Learning with gnn
- 【論文導讀】DAG-GNN: DAG Structure Learning with GNN
- Without programming, generate crud based on Microsoft MSSQL database zero code, add, delete, modify and check restful API interface
- Pytoch implementation basic model
- Crudapi add, delete, modify and check the successful case of interface zero code product: Chamber of Commerce Alliance card project
- How MySQL queries JSON format fields
猜你喜欢
Horizontal comparison between distributed transaction framework Seata and Hmily
[deep learning] - model comparison of emotional analysis of IMDB data set (1) -rnn
MPPT power controller design
JS motion function encapsulation function, involving whether the speed is uniform, target value, JSON parameters, etc
微信小程序 - 所有页面一次性(只需要执行一次)全部开启分享朋友圈功能(wx.showShareMenu)
模拟图像加密、解密
yolov3
YOLOv2详解
LSTM stock price forecast pytorch
百度飞桨七天训练营结营总结
随机推荐
float position
Application of hash bucket
Notes on collective declaration of variables
Rich text set picture size and font size
Single chip microcomputer 1-running water lamp
【论文导读‘‘】Causal Protein-Signaling Networks Derived from Multiparameter Single-Cell Data
Write an Aidl
Block level element block inline element inline inline block level element inline block and mutual conversion
[summary of some knowledge points about Gran DAG]
Introduction to vLQ
Detailed explanation of yolov1
The problem of data set CSV coding format in machine learning
微信小程序获取uni.showActionSheet中选择的值
单片机1-流水灯
航天信息开电子发票 3.0 以及4.0(电子发票)
What if I forget my MySQL password?
变量和简单的数据类型
通过JS将图片File转为base64并压缩
Android Studio 执行 Kotlin 抛出 com.android.builder.errors.EvalIssueException 问题的解决方法
【深度学习】-Imdb数据集情感分析之模型对比(1)-RNN