当前位置:网站首页>[ultra detailed diagram] FPN + mask RCNN
[ultra detailed diagram] FPN + mask RCNN
2022-07-25 05:51:00 【Zi Yan Ruoshui】

Mask R-CNN summary . The dimension of the original image is 512×512, adopt Backbone Extracting feature maps , then
stay FPN、RPN and RoI Align after , They are sent to three functional branches .
The two branches in the lower right corner are obtained Roi features maps Yes box Classification and classification of reg

Classification Part of the use has been made of proposal feature maps, adopt full connect Layer and softmax Calculate each proposal Which category does it belong to ( As a man , vehicle , TV, etc ), Output cls_prob Probability vector ; At the same time make use of bounding box regression Get each proposal Position offset of bbox_pred, A more accurate target detection frame for regression .
The middle branch on the right passes through a simple full convolution network , Directly predict one 0-1mask chart
边栏推荐
- Continuous maximum sum and judgement palindrome
- (2022牛客多校二)K-Link with Bracket Sequence I(动态规划)
- (2022 Niuke multi School II) k-link with bracket sequence I (dynamic planning)
- R language uses data.table function to create data.table data (use: operator to create continuous numeric vector)
- HTB-Devel
- 2021年ICPC陕西省赛热身赛 B.CODE(位运算)
- Leetcode 202. 快乐数(一点都不快乐)
- Sword finger offer 05. replace spaces
- Arm PWN basic tutorial
- (14) [driver development] configuration environment vs2019 + wdk10 write XP driver
猜你喜欢

剑指 Offer 54. 二叉搜索树的第k大节点
![(16)[系统调用]追踪系统调用(3环)](/img/b0/011351361135fd9f8e2d0d31749f73.png)
(16)[系统调用]追踪系统调用(3环)

HTB-Optimum

(2022 Niuke multi School II) k-link with bracket sequence I (dynamic planning)

Linear algebra (3)

HTB-Devel

Sword finger offer 36. binary search tree and bidirectional linked list

Airserver 7.3.0 Chinese version mobile device wireless transmission computer screen tool

sqlilabs less-28~less-8a

Leetcode 204. count prime numbers (wonderful)
随机推荐
Bug --- redis deserialization failed
(15) [driver development] over written copy
Summary of common attributes of flex layout
R language data The table package performs aggregation transforms of data packets and calculates the grouping interquartile range (IQR) of dataframe data
出于数据安全考虑,荷兰教育部要求学校暂停使用 Chrome 浏览器
New discovery of ROS callback function
Analyzing the principle of DNS resolution in kubernetes cluster
Summer summary 2
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)
Leetcode 202. 快乐数(一点都不快乐)
Leetcode/ integer division
【每日一练】day(14)
2021 ICPC Shaanxi warm up match b.code (bit operation)
2020ICPC 江西省赛热身赛 E.Robot Sends Red Packets(dfs)
Introduction to interface in SystemVerilog
Arm PWN basic tutorial
HTB-Optimum
HTB-Granpa
R language uses wilcox.test function to perform Wilcox signed rank test to obtain confidence interval of population median (set conf.level parameter to specify confidence level and size of confidence
leetcode/整数除法