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

  • Log In
  • Sign Up

merve
/
rf-detr-medium

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

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

  • Libraries
  • Transformers

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

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