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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

RyanQchiqache
/
mask2former-large-dlr-skyscapes

Image Segmentation
Transformers
Safetensors
PyTorch
mask2former
semantic-segmentation
aerial-imagery
satellite-imagery
remote-sensing
swin-transformer
dlr
skyscapes
Model card Files Files and versions
xet
Community

Instructions to use RyanQchiqache/mask2former-large-dlr-skyscapes with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use RyanQchiqache/mask2former-large-dlr-skyscapes with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-segmentation", model="RyanQchiqache/mask2former-large-dlr-skyscapes")
    # Load model directly
    from transformers import AutoImageProcessor, Mask2FormerForUniversalSegmentation
    
    processor = AutoImageProcessor.from_pretrained("RyanQchiqache/mask2former-large-dlr-skyscapes")
    model = Mask2FormerForUniversalSegmentation.from_pretrained("RyanQchiqache/mask2former-large-dlr-skyscapes", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
mask2former-large-dlr-skyscapes
866 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
RyanQchiqache's picture
RyanQchiqache
update readme for more informations
5b307fd verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    3.37 kB
    update readme for more informations 9 months ago
  • config.json
    76.1 kB
    first Upload of the DLR files 9 months ago
  • model.safetensors
    866 MB
    xet
    first Upload of the DLR files 9 months ago
  • preprocessor_config.json
    541 Bytes
    first Upload of the DLR files 9 months ago
  • training_meta.json
    96 Bytes
    first Upload of the DLR files 9 months ago