Skip to content
Snippets Groups Projects
Commit eb5c04b5 authored by Lawrence's avatar Lawrence Committed by Kai Chen
Browse files

Update GETTING_STARTED.md (#907)

fix typo
parent dd260bc8
No related branches found
No related tags found
No related merge requests found
......@@ -213,7 +213,7 @@ There are two ways to work with custom datasets.
We basically categorize model components into 4 types.
- backbone: usually a FCN network to extract feature maps, e.g., ResNet, MobileNet.
- backbone: usually an FCN network to extract feature maps, e.g., ResNet, MobileNet.
- neck: the component between backbones and heads, e.g., FPN, PAFPN.
- head: the component for specific tasks, e.g., bbox prediction and mask prediction.
- roi extractor: the part for extracting RoI features from feature maps, e.g., RoI Align.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment