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

Roboflow
/
rf-detr-seg-medium

Image Segmentation
Transformers
Safetensors
rf_detr
instance-segmentation
vision
Model card Files Files and versions
xet
Community
1

Instructions to use Roboflow/rf-detr-seg-medium with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Roboflow/rf-detr-seg-medium with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-segmentation", model="Roboflow/rf-detr-seg-medium")
    # Load model directly
    from transformers import AutoImageProcessor, RfDetrForInstanceSegmentation
    
    processor = AutoImageProcessor.from_pretrained("Roboflow/rf-detr-seg-medium")
    model = RfDetrForInstanceSegmentation.from_pretrained("Roboflow/rf-detr-seg-medium")
  • Notebooks
  • Google Colab
  • Kaggle
rf-detr-seg-medium
143 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 2 commits
SkalskiP's picture
SkalskiP
yonigozlan's picture
yonigozlan HF Staff
Update preprocessor_config.json (#1)
f9bac6e about 4 hours ago
  • .gitattributes
    1.52 kB
    Initial commit 9 days ago
  • README.md
    4.06 kB
    Initial commit 9 days ago
  • config.json
    5.78 kB
    Initial commit 9 days ago
  • model.safetensors
    143 MB
    xet
    Initial commit 9 days ago
  • preprocessor_config.json
    442 Bytes
    Update preprocessor_config.json (#1) about 4 hours ago