Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure. Learn more ā
Segmentation_models Alternatives
Similar projects and alternatives to segmentation_models
-
detectron2
Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
-
InfluxDB
InfluxDB ā Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
segmentation_models.pytorch
Semantic segmentation models with 500+ pretrained convolutional and transformer-based backbones.
-
-
-
SegmentationCpp
A c++ trainable semantic segmentation library based on libtorch (pytorch c++). Backbone: VGG, ResNet, ResNext. Architecture: FPN, U-Net, PAN, LinkNet, PSPNet, DeepLab-V3, DeepLab-V3+ by now.
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
ModelZoo.pytorch
Hands on Imagenet training. Unofficial ModelZoo project on Pytorch. MobileNetV3 Top1 75.64š GhostNet1.3x 75.78š
-
coral-ordinal
Tensorflow Keras implementation of ordinal regression using consistent rank logits (CORAL) by Cao et al. (2019)
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
segmentation_models discussion
segmentation_models reviews and mentions
-
Instance segmentation of small objects in grainy drone imagery
Also, Iād suggest considering switching to the segmentation-models library - it provides U-Net models with a variety of pretrained backbones of as encoders. The author also put out a PyTorch version. https://github.com/qubvel/segmentation_models.pytorch https://github.com/qubvel/segmentation_models
-
segmentation-models No module Error
I used segmentation-models (https://github.com/qubvel/segmentation_models) to create a deeplabv3+ model. I havent used it in the last 2 months and now i comeback to the same code and cant use it. Getting ModuleNotFoundError: No module named 'segmentation_models_pytorch.deeplabv3'
-
recommendations for semantic segmentation of lowish volumes of biomedical images
I'm building some semantic segmentation models off of low-moderate volumes of biomedical images (~500 - 1k images). So far I've done some hyperparameter sweeping (learning rate, transfer learning, architectures, dropout layers) using the Segmentation Models package from qubvel https://github.com/qubvel/segmentation_models but I'm only seeing moderate performance and minimal differences between tested parameters.
-
Can we use autoencoders to change an existing image instead of create one from scratch?
So, image segmentation (especially for satellite images) is a known problem. Search for semantic segmentation and unet (a model used for semantic segmentation). Also, if you use tensorflow there is this library which I found useful segmentation models.
-
Anyone implemented latest image segmentation models/tuning from cvpr 2021?
I am doing an image segmentation project using https://github.com/qubvel/segmentation_models as the baseline. I was wondering if any of you have tried the latest segmentation models from cvpr papers. If yes, which ones you found to be interesting or actually improve miou. And how difficult/easy it is to implement those?
- Semantic Segmentation
-
Any way to speed up inference prepare operations on host (CPU)?
That is just U-net from this repo, anything aside is slicing images to fit into window and predict call. I measure time of predict() and it is the same as profiler numbers, so definitely my other operations are beyond profiler. C API code is just creating tensors and calling TF_SessionRun plus slice operations with opencv. Can't post code, sorry.
-
D Simple Questions Thread December 20 2020
I'm trying to train image segmentation model with transfer learning using https://github.com/qubvel/segmentation_models/.
-
A note from our sponsor - Stream
getstream.io | 13 Jul 2025
Stats
qubvel/segmentation_models is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of segmentation_models is Python.
Popular Comparisons
- segmentation_models VS efficientnet
- segmentation_models VS BlenderProc
- segmentation_models VS SegmentationCpp
- segmentation_models VS unet
- segmentation_models VS nnUNet
- segmentation_models VS rembg-greenscreen
- segmentation_models VS ModelZoo.pytorch
- segmentation_models VS coral-ordinal
- segmentation_models VS pointnet
- segmentation_models VS pendulum_NN