Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 459 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 459 Bytes

Segmentation Transformer

Implementation of Segmentation Transformer in PyTorch, a new model to achieve SOTA in semantic segmentation while using transformer style encoders.

SETR

Features

  • SETR
    • SETR-Naive
    • SETR-PUP
    • SETR-MLA
  • SETR-Hybrid

To Do:

  • Training Scripts

Installation

Create the environment:

conda env create -f environment.yml