DPT 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": "tu-test_vit",
    "encoder_depth": 4,
    "encoder_weights": "imagenet",
    "encoder_output_indices": None,
    "decoder_readout": "cat",
    "decoder_intermediate_channels": (16, 32, 64, 64),
    "decoder_fusion_channels": 16,
    "in_channels": 3,
    "classes": 1,
    "activation": None,
    "aux_params": None,
    "dynamic_img_size": True
}

Model metrics

[More Information Needed]

Dataset

Dataset name: [More Information Needed]

More Information

This model has been pushed to the Hub using the PytorchModelHubMixin

Downloads last month
70
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support