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

zuppif
/
maskformer-swin-small-ade

Object Detection
Transformers
PyTorch
maskformer
COCO
YOLO
Darknet
Eval Results (legacy)
Model card Files Files and versions
xet
Community
1

Instructions to use zuppif/maskformer-swin-small-ade with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use zuppif/maskformer-swin-small-ade with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="zuppif/maskformer-swin-small-ade")
    # Load model directly
    from transformers import AutoImageProcessor, MaskFormerForInstanceSegmentation
    
    processor = AutoImageProcessor.from_pretrained("zuppif/maskformer-swin-small-ade")
    model = MaskFormerForInstanceSegmentation.from_pretrained("zuppif/maskformer-swin-small-ade", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
maskformer-swin-small-ade
253 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
zuppif's picture
zuppif
Create README.md
f4097ad about 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    269 Bytes
    Create README.md about 4 years ago
  • config.json
    12.5 kB
    Add model over 4 years ago
  • preprocessor_config.json
    401 Bytes
    Add model over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    253 MB
    xet
    Add model over 4 years ago