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

bhaskarSingha
/
maskformer-paddy

Image Segmentation
Transformers
Safetensors
maskformer
vision
Model card Files Files and versions
xet
Community

Instructions to use bhaskarSingha/maskformer-paddy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use bhaskarSingha/maskformer-paddy with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-segmentation", model="bhaskarSingha/maskformer-paddy")
    # Load model directly
    from transformers import AutoImageProcessor, MaskFormerForInstanceSegmentation
    
    processor = AutoImageProcessor.from_pretrained("bhaskarSingha/maskformer-paddy")
    model = MaskFormerForInstanceSegmentation.from_pretrained("bhaskarSingha/maskformer-paddy")
  • Notebooks
  • Google Colab
  • Kaggle
maskformer-paddy
411 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 40 commits
bhaskarSingha's picture
bhaskarSingha
Upload processor
a32cc97 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    5.49 kB
    Upload MaskFormerForInstanceSegmentation about 2 years ago
  • config.json
    4.98 kB
    Upload MaskFormerForInstanceSegmentation about 2 years ago
  • model.safetensors
    411 MB
    xet
    Upload MaskFormerForInstanceSegmentation about 2 years ago
  • preprocessor_config.json
    831 Bytes
    Upload processor about 2 years ago