Spaces:
Runtime error
Runtime error
Commit
·
b99db33
1
Parent(s):
76f1340
Fix Typo
Browse files
sections/intro/faster_rcnn_approach.md
CHANGED
@@ -2,5 +2,5 @@ For example, a FasterRCNN approach uses the following steps:
|
|
2 |
- the image features are given out by a FPN (Feature Pyramid Net) over a ResNet backbone, and
|
3 |
- then a RPN (Regision Proposal Network) layer detects proposals in those features, and
|
4 |
- then the ROI (Region of Interest) heads get the box proposals in the original image, and
|
5 |
-
-
|
6 |
- and then the features for selected boxes are used as visual features.
|
|
|
2 |
- the image features are given out by a FPN (Feature Pyramid Net) over a ResNet backbone, and
|
3 |
- then a RPN (Regision Proposal Network) layer detects proposals in those features, and
|
4 |
- then the ROI (Region of Interest) heads get the box proposals in the original image, and
|
5 |
+
- then the boxes are selected using a NMS (Non-max suppression),
|
6 |
- and then the features for selected boxes are used as visual features.
|