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": "efficientnet-b5",
"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.866601288318634,
"test_dataset_iou": 0.9076802730560303
}
]
Dataset
Dataset name: Aggregate
More Information
- Library: https://github.com/qubvel/segmentation_models.pytorch
- Docs: https://smp.readthedocs.io/en/latest/
This model has been pushed to the Hub using the PytorchModelHubMixin
- Downloads last month
- 78
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support