mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
[Fix] Fix Segformer readme typo (#1980)
This commit is contained in:
parent
dd42fa8d01
commit
7a0f45ebe0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user