Skip to content

Commit 7a0f45e

Browse files
authored
[Fix] Fix Segformer readme typo (open-mmlab#1980)
1 parent dd42fa8 commit 7a0f45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/segformer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Note:
8888

8989
Original SegFormer paper uses different `test_pipeline` and image ratios in `ms+flip`. If you want to cite SegFormer original results as benchmark you may modify settings as below:
9090

91-
- We replace `AlignedResize` in original implementatiuon to `Resize + ResizeToMultiple`. If you want to test by
91+
- We replace `AlignedResize` in original implementation to `Resize + ResizeToMultiple`. If you want to test by
9292
using `AlignedResize`, you can change the dataset pipeline like this:
9393

9494
```python

0 commit comments

Comments
 (0)