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

Object Detection
Transformers
Safetensors
rf_detr
vision
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="stevenbucaille/rf-detr-medium")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("stevenbucaille/rf-detr-medium")
    model = AutoModelForObjectDetection.from_pretrained("stevenbucaille/rf-detr-medium")
  • Notebooks
  • Google Colab
  • Kaggle
rf-detr-medium
135 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 35 commits
stevenbucaille's picture
stevenbucaille
feat: refresh RF-DETR Hub model cards
03b0ed6 about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    4.76 kB
    feat: refresh RF-DETR Hub model cards about 1 month ago
  • config.json
    5.77 kB
    Add rf-detr-medium model about 1 month ago
  • model.safetensors
    135 MB
    xet
    Add rf-detr-medium model about 1 month ago
  • preprocessor_config.json
    440 Bytes
    Add rf-detr-medium image processor about 2 months ago