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

stevenbucaille
/
rf-detr-segmentation

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

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

  • Libraries
  • Transformers

    How to use stevenbucaille/rf-detr-segmentation with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-segmentation", model="stevenbucaille/rf-detr-segmentation")
    # Load model directly
    from transformers import AutoImageProcessor, RfDetrForInstanceSegmentation
    
    processor = AutoImageProcessor.from_pretrained("stevenbucaille/rf-detr-segmentation")
    model = RfDetrForInstanceSegmentation.from_pretrained("stevenbucaille/rf-detr-segmentation")
  • Notebooks
  • Google Colab
  • Kaggle
rf-detr-segmentation
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
stevenbucaille's picture
stevenbucaille
feat: refresh RF-DETR Hub model cards
67d4ede about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    3.84 kB
    feat: refresh RF-DETR Hub model cards about 1 month ago
  • config.json
    6.24 kB
    Add rf-detr-segmentation model 4 months ago
  • model.safetensors
    137 MB
    xet
    Add rf-detr-segmentation model 4 months ago
  • preprocessor_config.json
    460 Bytes
    Add rf-detr-segmentation image processor 4 months ago