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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

nikita9960
/
detr_finetuned_cppe5

Object Detection
Transformers
TensorBoard
Safetensors
conditional_detr
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use nikita9960/detr_finetuned_cppe5 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="nikita9960/detr_finetuned_cppe5")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("nikita9960/detr_finetuned_cppe5")
    model = AutoModelForObjectDetection.from_pretrained("nikita9960/detr_finetuned_cppe5", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
detr_finetuned_cppe5 / runs
77.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
nikita9960's picture
nikita9960
Training in progress, epoch 3
70bb09f verified about 2 years ago
  • Jun29_11-17-11_6de5968e76ee
    Training in progress, epoch 1 about 2 years ago
  • Jun29_11-20-09_6de5968e76ee
    Training in progress, epoch 2 about 2 years ago
  • Jun29_11-24-44_6de5968e76ee
    Training in progress, epoch 1 about 2 years ago
  • Jun29_11-26-22_6de5968e76ee
    Training in progress, epoch 1 about 2 years ago
  • Jun29_11-26-50_6de5968e76ee
    Training in progress, epoch 5 about 2 years ago
  • Jun29_11-31-29_6de5968e76ee
    Training in progress, epoch 3 about 2 years ago
  • Jun29_11-32-59_6de5968e76ee
    Training in progress, epoch 3 about 2 years ago
  • Jun29_11-35-35_6de5968e76ee
    Training in progress, epoch 1 about 2 years ago
  • Jun29_11-37-22_6de5968e76ee
    Training in progress, epoch 3 about 2 years ago