DeepLabV3Plus Model Card

Table of Contents:

Load trained model

import segmentation_models_pytorch as smp

model = smp.from_pretrained("<save-directory-or-this-repo>")

Model init parameters

model_init_params = {
    "encoder_name": "mobileone_s4",
    "encoder_depth": 5,
    "encoder_weights": "imagenet",
    "encoder_output_stride": 16,
    "decoder_channels": 256,
    "decoder_atrous_rates": (12, 24, 36),
    "decoder_aspp_separable": True,
    "decoder_aspp_dropout": 0.5,
    "in_channels": 3,
    "classes": 1,
    "activation": None,
    "upsampling": 4,
    "aux_params": None
}

Model metrics

[
    {
        "test_per_image_iou": 0.8020665049552917,
        "test_dataset_iou": 0.854163646697998
    }
]

Dataset

Dataset name: VisionPipe

More Information

This model has been pushed to the Hub using the PytorchModelHubMixin

Downloads last month
7
Safetensors
Model size
16.2M params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support