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

  • Log In
  • Sign Up

Roboflow
/
rf-detr-seg-small

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-segmentation", model="Roboflow/rf-detr-seg-small")
    # Load model directly
    from transformers import AutoImageProcessor, RfDetrForInstanceSegmentation
    
    processor = AutoImageProcessor.from_pretrained("Roboflow/rf-detr-seg-small")
    model = RfDetrForInstanceSegmentation.from_pretrained("Roboflow/rf-detr-seg-small")
  • Notebooks
  • Google Colab
  • Kaggle
rf-detr-seg-small
135 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
merve's picture
merve HF Staff
Initial commit
20a7d2b 2 days ago
  • .gitattributes
    1.52 kB
    Initial commit 2 days ago
  • README.md
    4.06 kB
    Initial commit 2 days ago
  • config.json
    5.78 kB
    Initial commit 2 days ago
  • model.safetensors
    135 MB
    xet
    Initial commit 2 days ago
  • preprocessor_config.json
    440 Bytes
    Initial commit 2 days ago