Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

nonpawith
/
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 nonpawith/detr_finetuned_cppe5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use nonpawith/detr_finetuned_cppe5 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="nonpawith/detr_finetuned_cppe5")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("nonpawith/detr_finetuned_cppe5")
    model = AutoModelForObjectDetection.from_pretrained("nonpawith/detr_finetuned_cppe5")
  • Notebooks
  • Google Colab
  • Kaggle
detr_finetuned_cppe5 / runs
41.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
nonpawith's picture
nonpawith
Training in progress, epoch 2
3792c9f verified 9 months ago
  • Aug28_03-05-45_aa57e2c8b151
    Training in progress, epoch 1 9 months ago
  • Aug28_03-12-08_aa57e2c8b151
    Training in progress, epoch 10 9 months ago
  • Aug28_03-47-21_14d8b475beeb
    Training in progress, epoch 2 9 months ago
  • Aug28_03-47-58_14d8b475beeb
    Training in progress, epoch 2 9 months ago