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-huge

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("mask-generation", model="jadechoghari/robustsam-vit-huge")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForMaskGeneration
    
    processor = AutoProcessor.from_pretrained("jadechoghari/robustsam-vit-huge")
    model = AutoModelForMaskGeneration.from_pretrained("jadechoghari/robustsam-vit-huge")
  • Notebooks
  • Google Colab
  • Kaggle
robustsam-vit-huge
2.58 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
jadechoghari's picture
jadechoghari
Update README.md
40136d3 verified almost 2 years ago
  • figures
    Upload 19 files almost 2 years ago
  • .gitattributes
    2.02 kB
    Upload 19 files almost 2 years ago
  • README.md
    7.21 kB
    Update README.md almost 2 years ago
  • config.json
    6.52 kB
    Update config.json almost 2 years ago
  • model.safetensors
    2.56 GB
    xet
    add robustsam huge almost 2 years ago
  • preprocessor_config.json
    574 Bytes
    add robustsam huge almost 2 years ago