Mr-TalhaIlyas/SegNext
SegNext Implementation in PyTorch
When working with images, this project helps you automatically identify and separate different objects or regions within them. You provide an image, and it outputs a segmented version where each distinct part is clearly outlined. This is particularly useful for researchers and engineers developing computer vision applications, such as autonomous driving or medical image analysis.
No commits in the last 6 months.
Use this if you need to precisely delineate objects in images with a highly efficient and accurate method, often outperforming transformer-based approaches.
Not ideal if your primary need is general image classification or object detection without the requirement for fine-grained pixel-level segmentation.
Stars
60
Forks
9
Language
Python
License
—
Category
Last pushed
Oct 27, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Mr-TalhaIlyas/SegNext"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
MLSTRUCT/MLStructFP
Multi-unit floor plan dataset for architectural analysis and recognition
DrSleep/light-weight-refinenet
Light-Weight RefineNet for Real-Time Semantic Segmentation
wkentaro/pytorch-fcn
PyTorch Implementation of Fully Convolutional Networks. (Training code to reproduce the original...
luyanger1799/Amazing-Semantic-Segmentation
Amazing Semantic Segmentation on Tensorflow && Keras (include FCN, UNet, SegNet, PSPNet, PAN,...
meetps/pytorch-semseg
Semantic Segmentation Architectures Implemented in PyTorch