当前位置:网站首页>ROI pooling and ROI align
ROI pooling and ROI align
2022-07-25 05:51:00 【Zi Yan Ruoshui】
Input :
and RoI Pooling The layer is responsible for collecting proposal, And calculate proposal feature maps, Into the following network . From the picture 2 Can be seen in Rol pooling Layer has a 2 Inputs :
- The original feature maps
- RPN Output proposal boxes( Different sizes )
reason :

RoI Pooling principle :
Let's look at it before we analyze it RoI Pooling Layer Of caffe prototxt The definition of :
layer {
name: "roi_pool5"
type: "ROIPooling"
bottom: "conv5_3"
bottom: "rois"
top: "pool5"
roi_pooling_param {
pooled_w: 7
pooled_h: 7
spatial_scale: 0.0625 # 1/16
}
}There are new parameters pooled_w and pooled_h, Another parameter spatial_scale Readers who read carefully must already know the purpose .RoI Pooling layer forward The process :
- because proposal It's corresponding to MxN Scale , So first use spatial_scale Parameter maps it back to (M/16)x(N/16) The size of feature map scale ;
- Then each proposal Corresponding feature map The regional level is divided into The grid of ;
- Every copy of the grid is max pooling Handle .
If you take one bin Inside max As this bin The representative value of , Then it is likely to deviate bin Center of , Define precisely the following mask Marginal disadvantage , So the following ROI align Just a change bin Calculation method .
ROI align

边栏推荐
- [typescript manual]
- 2020ICPC 江西省赛热身赛 E.Robot Sends Red Packets(dfs)
- Unity Animator动画与状态机
- 出于数据安全考虑,荷兰教育部要求学校暂停使用 Chrome 浏览器
- Y76. Chapter IV Prometheus large factory monitoring system and practice -- Prometheus advanced (VII)
- Atof(), atoi(), atol() functions [detailed]
- Run length test of R language: use the runs.test function to perform run length test on binary sequence data (check whether the sequence is random)
- The u-collapse component of uniapp mobile uview is highly init
- PHP warehouse inventory management system source code WMS source code
- Msys2 common configuration
猜你喜欢

Please stop using system The currenttimemillis() statistical code is time-consuming, which is really too low!

Adaptation dynamics | in June, sequoiadb completed mutual certification with five products

同条网线电脑正常上网,手机连接wifi成功,但是无法访问互联网

sqlilabs less-29

C100: smallest hevc visual IOT MCU

(2022年牛客多校一)I-Chiitoitsu(期望DP)

Mechanism and principle of multihead attention and masked attention

Amazoncaptcha 95%成功率绕过亚马逊IP验证码

Idea commonly used 10 shortcut keys

npx和npm区别
随机推荐
(Niuke multi school I in 2022) i-chiitoitsu (expected DP)
Realsense d435i depth map optimization_ High precision mode
Amazoncaptcha 95%成功率绕过亚马逊IP验证码
uniapp手机端uView的u-collapse组件高度init
Mechanism and principle of multihead attention and masked attention
Get URL of [url reference]? For the following parameters, there are two ways to get the value of the corresponding parameter name and convert the full quantity to the object structure
MATLAB作图实例:5:双轴图
Airserver 7.3.0 Chinese version mobile device wireless transmission computer screen tool
The u-collapse component of uniapp mobile uview is highly init
Microservices and related component concepts
(2022牛客多校)D-Link with Game Glitch(spfa)
2020icpc Jiangxi warm up e.robot sends red packets (DFS)
Unity Animator动画与状态机
[typescript manual]
Run length test of R language: use the runs.test function to perform run length test on binary sequence data (check whether the sequence is random)
How to start if you want to be a product manager?
(2022 Niuke multi School II) l-link with level editor I (dynamic planning)
For data security reasons, the Dutch Ministry of Education asked schools to suspend the use of Chrome browser
sqlilabs less-28~less-8a
(牛客多校二)J-Link with Arithmetic Progression(最小二乘法/三分)