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

  • Log In
  • Sign Up

Roboflow
/
rf-detr-small

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

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

  • Libraries
  • Transformers

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

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