A fast, efficient, and lightweight model for image segmentation — Hello There!! Today we’ll see how to implement SegFormer in PyTorch proposed in SegFormer: Simple and Efficient Design for Semantic Segmentation with Transformers. Code is here, an interactive version of this article can be downloaded from here. Let’s get started! The paper proposes a new transformer-based model to tackle image…