Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

openmmlab
/
upernet-convnext-small

Image Segmentation
Transformers
PyTorch
English
upernet
vision
Model card Files Files and versions
xet
Community
3

Instructions to use openmmlab/upernet-convnext-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use openmmlab/upernet-convnext-small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-segmentation", model="openmmlab/upernet-convnext-small")
    # Load model directly
    from transformers import AutoImageProcessor, UperNetForSemanticSegmentation
    
    processor = AutoImageProcessor.from_pretrained("openmmlab/upernet-convnext-small")
    model = UperNetForSemanticSegmentation.from_pretrained("openmmlab/upernet-convnext-small")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
upernet-convnext-small
328 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
nielsr's picture
nielsr HF Staff
Upload README.md with huggingface_hub
550b68d over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    1.56 kB
    Upload README.md with huggingface_hub over 3 years ago
  • config.json
    8.76 kB
    Upload UperNetForSemanticSegmentation over 3 years ago
  • preprocessor_config.json
    372 Bytes
    Upload processor over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "torch.LongStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    328 MB
    xet
    Upload UperNetForSemanticSegmentation over 3 years ago