Semantic segmentation with SegFormer and Hugging Face Transformers

Hello TensorFlowers :sunflower:

In this new Keras example, we learn how to leverage a SegFormer model variant to fine-tune on a custom semantic segmentation dataset:

SegFormers employ a hierarchical transformer encoder and a lightweight decoder – which makes it quite efficient and performant. We show how to use the model from Hugging Face Transformers and use it alongside TensorFlow and Keras :slight_smile:

1 Like