Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

guinansu
/
MedSAMix

Image Segmentation
Transformers
Safetensors
sam
mask-generation
medical
Model card Files Files and versions
xet
Community
1

Instructions to use guinansu/MedSAMix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use guinansu/MedSAMix with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-segmentation", model="guinansu/MedSAMix")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForMaskGeneration
    
    processor = AutoProcessor.from_pretrained("guinansu/MedSAMix")
    model = AutoModelForMaskGeneration.from_pretrained("guinansu/MedSAMix")
  • Notebooks
  • Google Colab
  • Kaggle
MedSAMix
375 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
guinansu's picture
guinansu
nielsr's picture
nielsr HF Staff
Improve model card for MedSAMix: Add pipeline tag, abstract, and detailed information (#1)
4848842 verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    2.71 kB
    Improve model card for MedSAMix: Add pipeline tag, abstract, and detailed information (#1) 9 months ago
  • config.json
    395 Bytes
    Upload model 9 months ago
  • model.safetensors
    375 MB
    xet
    Upload model 9 months ago