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

RubenCf
/
rtdetr-v2-r50-cppe5-finetune-2

Object Detection
Transformers
TensorBoard
Safetensors
rt_detr_v2
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use RubenCf/rtdetr-v2-r50-cppe5-finetune-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use RubenCf/rtdetr-v2-r50-cppe5-finetune-2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="RubenCf/rtdetr-v2-r50-cppe5-finetune-2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForObjectDetection
    
    tokenizer = AutoTokenizer.from_pretrained("RubenCf/rtdetr-v2-r50-cppe5-finetune-2")
    model = AutoModelForObjectDetection.from_pretrained("RubenCf/rtdetr-v2-r50-cppe5-finetune-2")
  • Notebooks
  • Google Colab
  • Kaggle
rtdetr-v2-r50-cppe5-finetune-2
172 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
RubenCf's picture
RubenCf
End of training
5faf86b verified 8 months ago
  • runs
    End of training 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    16.1 kB
    End of training 8 months ago
  • config.json
    2.37 kB
    End of training 8 months ago
  • model.safetensors
    172 MB
    xet
    End of training 8 months ago
  • preprocessor_config.json
    551 Bytes
    End of training 8 months ago
  • training_args.bin
    5.78 kB
    xet
    End of training 8 months ago