Downloads · 30 days
3
3% of all-time downloads
Diamantis99/eCLKrrd
eCLKrrd is a image segmentation model from Diamantis99. 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
3
3% of all-time downloads
All-time downloads
108
Public
Parameters
13.7M
54.9 MB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors54.9 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": "mobileone_s4",
"encoder_depth": 5,
"encoder_weights": "imagenet",
"encoder_output_stride": 16,
"decoder_channels": 32,
"decoder_interpolation": "bilinear",
"in_channels": 3,
"classes": 1,
"activation": None,
"upsampling": 4,
"aux_params": None
}
[
{
"test_per_image_iou": 0.8509070873260498,
"test_dataset_iou": 0.8780016303062439
}
]
Dataset name: VisionPipe
This model has been pushed to the Hub using the PytorchModelHubMixin