You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: configs/segformer/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ Note:
88
88
89
89
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:
90
90
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
92
92
using `AlignedResize`, you can change the dataset pipeline like this:
0 commit comments