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

jadechoghari
/
robustsam-vit-large

Mask Generation
Transformers
Safetensors
sam
Model card Files Files and versions
xet
Community

Instructions to use jadechoghari/robustsam-vit-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use jadechoghari/robustsam-vit-large with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("mask-generation", model="jadechoghari/robustsam-vit-large")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForMaskGeneration
    
    processor = AutoProcessor.from_pretrained("jadechoghari/robustsam-vit-large")
    model = AutoModelForMaskGeneration.from_pretrained("jadechoghari/robustsam-vit-large")
  • Notebooks
  • Google Colab
  • Kaggle
robustsam-vit-large
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
jadechoghari's picture
jadechoghari
Update README.md
baf33c3 verified almost 2 years ago
  • figures
    add demo asset almost 2 years ago
  • .gitattributes
    2.02 kB
    add demo asset almost 2 years ago
  • README.md
    7.15 kB
    Update README.md almost 2 years ago
  • config.json
    6.57 kB
    Update config.json almost 2 years ago
  • model.safetensors
    1.25 GB
    xet
    add robustsam large almost 2 years ago
  • preprocessor_config.json
    574 Bytes
    add robustsam large almost 2 years ago