Segformer
Collection
15 items
•
Updated
•
1
Table of Contents:
import segmentation_models_pytorch as smp
model = smp.from_pretrained("smp-hub/segformer-b0-1024x1024-city-160k")
model_init_params = {
"encoder_name": "mit_b0",
"encoder_depth": 5,
"encoder_weights": None,
"decoder_segmentation_channels": 256,
"in_channels": 3,
"classes": 19,
"activation": None,
"aux_params": None
}
[More Information Needed]
Dataset name: [More Information Needed]
This model has been pushed to the Hub using the PytorchModelHubMixin