Skip to content

Commit

Permalink
Update GETTING_STARTED.md (#907)
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
eugenelawrence authored and hellock committed Jul 1, 2019
1 parent dd260bc commit eb5c04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit eb5c04b

Please sign in to comment.