Mr-TalhaIlyas/segformer
PyTorch Implementation of SegFormer: Simple and Efficient Design for Semantic Segmentation with Transformers
SegFormer helps you automatically outline and categorize different objects or regions within images. It takes an image as input and outputs a 'segmentation map' where each pixel is labeled with the type of object it belongs to, like identifying all trees, roads, or buildings. This is ideal for researchers, analysts, or engineers who need to understand the composition of visual data, such as in satellite imagery analysis or medical imaging.
No commits in the last 6 months.
Use this if you need to precisely delineate and classify distinct areas or objects within images for tasks like urban planning, agricultural monitoring, or microscopic analysis.
Not ideal if you only need to classify an entire image (e.g., 'this is a cat photo') rather than identify specific regions within it.
Stars
7
Forks
2
Language
Python
License
—
Last pushed
Feb 09, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/Mr-TalhaIlyas/segformer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
qubvel-org/segmentation_models.pytorch
Semantic segmentation models with 500+ pretrained convolutional and transformer-based backbones.
tue-mps/eomt
[CVPR 2025 Highlight] Official code and models for Encoder-only Mask Transformer (EoMT).
OSUPCVLab/SegFormer3D
Official Implementation of SegFormer3D: an Efficient Transformer for 3D Medical Image...
jeya-maria-jose/Medical-Transformer
Official Pytorch Code for "Medical Transformer: Gated Axial-Attention for Medical Image...
davidiommi/Pytorch--3D-Medical-Images-Segmentation--SALMON
Segmentation deep learning ALgorithm based on MONai toolbox: single and multi-label segmentation...