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

  • Log In
  • Sign Up

b09501048
/
rtdetr

Object Detection
Transformers
Safetensors
rt_detr
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use b09501048/rtdetr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use b09501048/rtdetr with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="b09501048/rtdetr")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("b09501048/rtdetr")
    model = AutoModelForObjectDetection.from_pretrained("b09501048/rtdetr")
  • Notebooks
  • Google Colab
  • Kaggle
rtdetr
Ctrl+K
Ctrl+K
  • 1 contributor
History: 19 commits
b09501048's picture
b09501048
End of training
c8cbc71 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    11.3 kB
    End of training over 1 year ago
  • config.json
    2.72 kB
    Training in progress, epoch 1 over 1 year ago
  • model.safetensors
    172 MB
    xet
    Model save over 1 year ago
  • preprocessor_config.json
    488 Bytes
    Training in progress, epoch 1 over 1 year ago
  • training_args.bin
    5.18 kB
    xet
    Training in progress, epoch 1 over 1 year ago