Merge pull request #13 from caoyue10/patch-1

Fix a typo.
This commit is contained in:
Ze Liu 2021-04-13 11:42:51 +08:00 committed by GitHub
commit 657aeeeefa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)