#[WIP]
- Add Model
- Train on ADE20k dataset
- Train on cityscapes
This repository is about an implementation of the research paper "SegFormer: Simple and Efficient Design for Semantic Segmentation with Transformers"
SegFormer is a Transformer-based framework for semantic segmentation that unifies Transformers with lightweight multilayer perceptron (MLP) decoders.
Paper : https://arxiv.org/pdf/2105.15203