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

  • Log In
  • Sign Up

Thastp
/
rf-detr

Object Detection
Transformers
Safetensors
rf-detr
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Thastp/rf-detr with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="Thastp/rf-detr", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForObjectDetection
    model = AutoModelForObjectDetection.from_pretrained("Thastp/rf-detr", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
rf-detr
129 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 19 commits
Thastp's picture
Thastp
Upload processor
b2b5e5e verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    5.17 kB
    Upload model about 1 year ago
  • config.json
    937 Bytes
    Upload model about 1 year ago
  • configuration_rf_detr.py
    4.1 kB
    Upload model about 1 year ago
  • image_processing_rf_detr.py
    5.2 kB
    Upload processor about 1 year ago
  • model.safetensors
    129 MB
    xet
    Upload model about 1 year ago
  • modeling_rf_detr.py
    9.76 kB
    Upload model about 1 year ago
  • preprocessor_config.json
    401 Bytes
    Upload processor about 1 year ago