From 3daaecd7f3b82d7d953ef1a91d67a66bbbee3ce1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=81=A9=E6=B3=BD?= Date: Sun, 13 Jun 2021 01:17:37 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 294208e..b45119a 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # SegFormer: Simple and Efficient Design for Semantic Segmentation with Transformers -This repo contains the supported code and configuration files to reproduce [SegFormer](https://arxiv.org/abs/2105.15203). +This repository contains PyTorch evaluation code, training code and pretrained models for [SegFormer](https://arxiv.org/abs/2105.15203). + +SegFormer is a simple, efficient and powerful semantic segmentation method, as shown in Figure 1. We use [MMSegmentation v0.13.0](https://github.com/open-mmlab/mmsegmentation/tree/v0.13.0) as the codebase.