[Fix] Fix Segformer readme typo (#1980)

pull/1982/head
MengzhangLI 2022-08-28 13:19:55 +08:00 committed by GitHub
parent dd42fa8d01
commit 7a0f45ebe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ Note:
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:
- We replace `AlignedResize` in original implementatiuon to `Resize + ResizeToMultiple`. If you want to test by
- We replace `AlignedResize` in original implementation to `Resize + ResizeToMultiple`. If you want to test by
using `AlignedResize`, you can change the dataset pipeline like this:
```python