From 5e785157edf5a2602df08bce300f5c084ee73977 Mon Sep 17 00:00:00 2001 From: Yue Cao Date: Tue, 13 Apr 2021 11:39:23 +0800 Subject: [PATCH] Fix a typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76299ef..a20a4c1 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ computed with shifted windows. The shifted windowing scheme brings greater effic computation to non-overlapping local windows while also allowing for cross-window connection. Swin Transformer achieves strong performance on COCO object detection (`58.7 box AP` and `51.1 mask AP` on test-dev) and -ADE20K semantic segmentatiion (`53.5 mIoU` on val), surpassing previous models by a large margin. +ADE20K semantic segmentation (`53.5 mIoU` on val), surpassing previous models by a large margin. ![teaser](figures/teaser.png)