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

yzhany0r
/
detr_finetuned_cppe5

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

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

  • Libraries
  • Transformers

    How to use yzhany0r/detr_finetuned_cppe5 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="yzhany0r/detr_finetuned_cppe5")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("yzhany0r/detr_finetuned_cppe5")
    model = AutoModelForObjectDetection.from_pretrained("yzhany0r/detr_finetuned_cppe5")
  • Notebooks
  • Google Colab
  • Kaggle
detr_finetuned_cppe5 / runs
83.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 27 commits
yzhany0r's picture
yzhany0r
Training in progress, epoch 3
f85e2dd verified over 1 year ago
  • Oct24_16-57-24_eb87212f94f1
    Training in progress, epoch 7 over 1 year ago
  • Oct24_18-38-44_6de972e0e51d
    Training in progress, epoch 1 over 1 year ago
  • Oct24_18-43-17_6de972e0e51d
    Training in progress, epoch 1 over 1 year ago
  • Oct24_18-45-50_6de972e0e51d
    Training in progress, epoch 3 over 1 year ago
  • Oct24_18-53-52_6de972e0e51d
    Training in progress, epoch 13 over 1 year ago
  • Oct25_05-15-55_ff31d5344f2c
    Training in progress, epoch 1 over 1 year ago
  • Oct25_07-18-59_4801b4c0a23b
    Training in progress, epoch 3 over 1 year ago