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

syscv-community
/
sam-hq-vit-huge

Mask Generation
Transformers
Safetensors
sam_hq
vision
Model card Files Files and versions
xet
Community

Instructions to use syscv-community/sam-hq-vit-huge with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use syscv-community/sam-hq-vit-huge with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("mask-generation", model="syscv-community/sam-hq-vit-huge")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForMaskGeneration
    
    processor = AutoProcessor.from_pretrained("syscv-community/sam-hq-vit-huge")
    model = AutoModelForMaskGeneration.from_pretrained("syscv-community/sam-hq-vit-huge")
  • Notebooks
  • Google Colab
  • Kaggle
sam-hq-vit-huge
2.57 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
nielsr's picture
nielsr HF Staff
Update README.md
9d9d535 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    11.2 kB
    Update README.md about 1 year ago
  • config.json
    1.4 kB
    Upload model about 1 year ago
  • model.safetensors
    2.57 GB
    xet
    Upload model about 1 year ago
  • preprocessor_config.json
    576 Bytes
    Upload processor about 1 year ago