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

RahulKate-173
/
rt-detrv2-drone-object-detection

Object Detection
Transformers
Safetensors
rt_detr_v2
Model card Files Files and versions
xet
Community

Instructions to use RahulKate-173/rt-detrv2-drone-object-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use RahulKate-173/rt-detrv2-drone-object-detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="RahulKate-173/rt-detrv2-drone-object-detection")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForObjectDetection
    
    tokenizer = AutoTokenizer.from_pretrained("RahulKate-173/rt-detrv2-drone-object-detection")
    model = AutoModelForObjectDetection.from_pretrained("RahulKate-173/rt-detrv2-drone-object-detection")
  • Notebooks
  • Google Colab
  • Kaggle
rt-detrv2-drone-object-detection
172 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
RahulKate-173's picture
RahulKate-173
upload fine-tuned RT-DETRv2 drone detection (base)
f936d9f verified 27 days ago
  • .gitattributes
    1.52 kB
    initial commit 27 days ago
  • README.md
    5.17 kB
    upload fine-tuned RT-DETRv2 drone detection (base) 27 days ago
  • config.json
    2.56 kB
    upload fine-tuned RT-DETRv2 drone detection (base) 27 days ago
  • model.safetensors
    172 MB
    xet
    upload fine-tuned RT-DETRv2 drone detection (base) 27 days ago