Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

mfaytin
/
mask2former-satellite

Image Segmentation
Transformers
Safetensors
English
mask2former
semantic-segmentation
earth-observation
satellite-imagery
land-cover
openearthmap
remote-sensing
Model card Files Files and versions
xet
Community

Instructions to use mfaytin/mask2former-satellite with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mfaytin/mask2former-satellite with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-segmentation", model="mfaytin/mask2former-satellite")
    # Load model directly
    from transformers import AutoImageProcessor, Mask2FormerForUniversalSegmentation
    
    processor = AutoImageProcessor.from_pretrained("mfaytin/mask2former-satellite")
    model = Mask2FormerForUniversalSegmentation.from_pretrained("mfaytin/mask2former-satellite")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
mask2former-satellite
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
mfaytin's picture
mfaytin
Upload README.md with huggingface_hub
558c495 verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    3.26 kB
    Upload README.md with huggingface_hub 5 months ago
  • config.json
    2.35 kB
    Upload Mask2FormerForUniversalSegmentation 5 months ago
  • model.safetensors
    432 MB
    xet
    Upload Mask2FormerForUniversalSegmentation 5 months ago
  • preprocessor_config.json
    540 Bytes
    Upload processor 5 months ago