Downloads · 30 days
6
16% of all-time downloads
WD5472368798/alpine
alpine is a image segmentation model from WD5472368798. Use it for the image segmentation task on the model card, and read the license before you ship it in a product. It is set up for segmentation-models-pytorch. The card lists the license as mit.
Table of Contents: - Load trained model - Model init parameters - Model metrics - Dataset
Downloads · 30 days
6
16% of all-time downloads
All-time downloads
38
Public
Parameters
23.2M
185 MB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors92.7 MB · 100%
From the Hugging Face model README
Table of Contents:
import segmentation_models_pytorch as smp
model = smp.from_pretrained("<save-directory-or-this-repo>")
model_init_params = {
"encoder_name": "resnet34",
"encoder_depth": 5,
"encoder_weights": "imagenet",
"decoder_pyramid_channels": 256,
"decoder_segmentation_channels": 128,
"decoder_merge_policy": "add",
"decoder_dropout": 0.2,
"decoder_interpolation": "nearest",
"in_channels": 3,
"classes": 1,
"activation": None,
"upsampling": 4,
"aux_params": None
}
[]
Dataset name: CALFIN
This model has been pushed to the Hub using the PytorchModelHubMixin