metadata
library_name: segmentation-models-pytorch
license: mit
pipeline_tag: image-segmentation
tags:
- model_hub_mixin
- pytorch_model_hub_mixin
- segmentation-models-pytorch
- semantic-segmentation
- pytorch
languages:
- python
Unet Model Card
Table of Contents:
Load trained model
import segmentation_models_pytorch as smp
model = smp.from_pretrained("<save-directory-or-this-repo>")