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

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("mask-generation", model="jadechoghari/robustsam-vit-base")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForMaskGeneration
    
    processor = AutoProcessor.from_pretrained("jadechoghari/robustsam-vit-base")
    model = AutoModelForMaskGeneration.from_pretrained("jadechoghari/robustsam-vit-base")
  • Notebooks
  • Google Colab
  • Kaggle
robustsam-vit-base / figures
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
jadechoghari's picture
jadechoghari
add demo asset
281497f verified almost 2 years ago
  • gif_output
    add demo asset almost 2 years ago
  • Computational requirements.PNG
    44.7 kB
    add demo asset almost 2 years ago
  • architecture.jpg
    2.54 MB
    xet
    add demo asset almost 2 years ago
  • architecture.pdf
    515 kB
    add demo asset almost 2 years ago
  • qualitative_result.PNG
    2.44 MB
    xet
    add demo asset almost 2 years ago
  • seen_dataset_with_synthetic_degradation.PNG
    70.3 kB
    add demo asset almost 2 years ago
  • unseen_dataset_with_real_degradation.PNG
    70.2 kB
    add demo asset almost 2 years ago
  • unseen_dataset_with_synthetic_degradation.PNG
    74.5 kB
    add demo asset almost 2 years ago