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

  • Log In
  • Sign Up

ArrayDice
/
detr_finetuned_cppe5

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

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

  • Libraries
  • Transformers

    How to use ArrayDice/detr_finetuned_cppe5 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="ArrayDice/detr_finetuned_cppe5")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("ArrayDice/detr_finetuned_cppe5")
    model = AutoModelForObjectDetection.from_pretrained("ArrayDice/detr_finetuned_cppe5")
  • Notebooks
  • Google Colab
  • Kaggle
detr_finetuned_cppe5 / runs
59.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 32 commits
ArrayDice's picture
ArrayDice
Training in progress, epoch 2
7aed89a verified almost 2 years ago
  • Jul05_10-59-04_8d78d2758e30
    Training in progress, epoch 30 almost 2 years ago
  • Jul08_14-08-52_93483a31fadd
    Training in progress, epoch 2 almost 2 years ago