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

  • Log In
  • Sign Up

facebook
/
maskformer-resnet50-coco-stuff

Transformers
PyTorch
maskformer
Model card Files Files and versions
xet
Community
1

Instructions to use facebook/maskformer-resnet50-coco-stuff with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use facebook/maskformer-resnet50-coco-stuff with Transformers:

    # Load model directly
    from transformers import AutoImageProcessor, MaskFormerForInstanceSegmentation
    
    processor = AutoImageProcessor.from_pretrained("facebook/maskformer-resnet50-coco-stuff")
    model = MaskFormerForInstanceSegmentation.from_pretrained("facebook/maskformer-resnet50-coco-stuff")
  • Notebooks
  • Google Colab
  • Kaggle
maskformer-resnet50-coco-stuff
166 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
nielsr's picture
nielsr HF Staff
Upload processor
2666a3b over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • config.json
    85.5 kB
    Upload MaskFormerForInstanceSegmentation over 3 years ago
  • preprocessor_config.json
    451 Bytes
    Upload processor over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    166 MB
    xet
    Upload MaskFormerForInstanceSegmentation over 3 years ago