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

danelcsb
/
rtdetr_v2_r18vd

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

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

  • Libraries
  • Transformers

    How to use danelcsb/rtdetr_v2_r18vd with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="danelcsb/rtdetr_v2_r18vd")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForObjectDetection
    
    tokenizer = AutoTokenizer.from_pretrained("danelcsb/rtdetr_v2_r18vd")
    model = AutoModelForObjectDetection.from_pretrained("danelcsb/rtdetr_v2_r18vd")
  • Notebooks
  • Google Colab
  • Kaggle
rtdetr_v2_r18vd
80.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
danelcsb's picture
danelcsb
Add config from convert_rt_detr_v2_original_pytorch_checkpoint_to_pytorch.py
94cc7a3 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    5.17 kB
    Add config from convert_rt_detr_original_pytorch_checkpoint_to_pytorch.py over 1 year ago
  • config.json
    5.41 kB
    Add config from convert_rt_detr_v2_original_pytorch_checkpoint_to_pytorch.py over 1 year ago
  • model.safetensors
    80.9 MB
    xet
    Add model from convert_rt_detr_original_pytorch_checkpoint_to_pytorch.py over 1 year ago
  • preprocessor_config.json
    444 Bytes
    Add image processor from convert_rt_detr_original_pytorch_checkpoint_to_pytorch.py over 1 year ago