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

camenduru
/
robustsam-vit-huge

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("mask-generation", model="camenduru/robustsam-vit-huge")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForMaskGeneration
    
    processor = AutoProcessor.from_pretrained("camenduru/robustsam-vit-huge")
    model = AutoModelForMaskGeneration.from_pretrained("camenduru/robustsam-vit-huge")
  • Notebooks
  • Google Colab
  • Kaggle
robustsam-vit-huge
5.76 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
camenduru's picture
camenduru
thanks to jadechoghari ❤
44ca469 verified over 1 year ago
  • figures
    thanks to jadechoghari ❤ over 1 year ago
  • .gitattributes
    2.02 kB
    thanks to jadechoghari ❤ over 1 year ago
  • README.md
    7.21 kB
    thanks to jadechoghari ❤ over 1 year ago
  • config.json
    6.52 kB
    thanks to jadechoghari ❤ over 1 year ago
  • model.safetensors
    2.56 GB
    xet
    thanks to jadechoghari ❤ over 1 year ago
  • preprocessor_config.json
    574 Bytes
    thanks to jadechoghari ❤ over 1 year ago
  • robustsam_checkpoint_h.pth

    Detected Pickle imports (4)

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

    What is a pickle import?

    3.18 GB
    xet
    thanks to jadechoghari ❤ over 1 year ago