segmentation_models icon indicating copy to clipboard operation
segmentation_models copied to clipboard

Segmentation models with pretrained backbones. Keras and TensorFlow Keras.

Results 150 segmentation_models issues
Sort by recently updated
recently updated
newest added

I created multiple models that are able to do **binary segmentation** on images and I would like to evaluate them. I would like to know for each model how good...

Hello seg_model creators, Uhh, Idk how to say this. You know how in the documentation section for your readthedocs.io, you list all the backbones available for each model? I wasn't...

Do segmentation_models will support unet++ ?

Hello! I wanna ask what code should i change if I wanna train a model with gray scale images

Hello, I want to use the UNet of Segmentation Model, I tried VGG and effnetB3 to add backbone. I wonder if I can add my own Keras feature extraction model....

When I want to import Segmentation models in Colab, I face this error: "RecursionError: maximum recursion depth exceeded in comparison". . How can I fix this issue? `!pip install segmentation-models`...

This error appear in training ConcatOp : Dimension 1 in both shapes must be equal: shape[0] = [1,176,176,1536] vs. shape[1] = [1,175,175,816] [[{{node model_1/decoder_stage0_concat/concat}}]] [Op:__inference_test_function_111755]

Hi Folks, I'm working through the example notebook **binary segmentation (camvid).ipynb**, and I've made good progress so far. However, I'm encountering an issue when trying to fit the model. The...