Update README.md

This commit is contained in:
谢恩泽 2021-06-13 01:17:37 +08:00 committed by GitHub
parent 874eab7fec
commit 3daaecd7f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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