Downloads · 30 days
4
3% of all-time downloads
Diamantis99/DGuDvVi
DGuDvVi 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
4
3% of all-time downloads
All-time downloads
115
Public
Parameters
87.7M
351 MB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors351 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": "resnext101_32x8d",
"encoder_depth": 5,
"encoder_weights": "imagenet",
"encoder_output_stride": 16,
"decoder_channels": 32,
"in_channels": 3,
"classes": 1,
"activation": None,
"upsampling": 4,
"aux_params": None
}
[
{
"test_per_image_iou": 0.8701464533805847,
"test_dataset_iou": 0.885613203048706
}
]
Dataset name: VisionPipe
This model has been pushed to the Hub using the PytorchModelHubMixin