Skip to content

Commit

Permalink
Fix typo in docs/en/user_guides/visualization_feature_map.md (#2951)
Browse files Browse the repository at this point in the history
Motivation

Typo in docs/en/user_guides/visualization_feature_map.md.

Modification

reature -> feature

Checklist

- [x] Pre-commit or other linting tools are used to fix the potential
lint issues.
- [x] The modification is covered by complete unit tests. If not, please
add more unit test to ensure the correctness.
- [x] If the modification has potential influence on downstream
projects, this PR should be tested with downstream projects, like MMDet
or MMDet3D.
- [x] The documentation has been modified accordingly, like docstring or
example tutorials.
  • Loading branch information
JoshuaChou2018 authored Apr 26, 2023
1 parent 7ff58d7 commit 3b072eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/user_guides/visualization_feature_map.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ ann_r50-d8_512x1024_40k_cityscapes_20200605_095211-049fc292.pth \
--gt_mask aachen_000000_000019_gtFine_labelTrainIds.png
```

The visualized image result and its corresponding reature map will appear in the wandb account.
The visualized image result and its corresponding feature map will appear in the wandb account.

<div align=center>
<img src="https://user-images.githubusercontent.com/76149310/217520321-647f5bf9-eef2-446d-a9e8-5ca7b621d500.png">
Expand Down

0 comments on commit 3b072eb

Please sign in to comment.