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

  • Log In
  • Sign Up

initial01
/
detr-resnet-50_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 initial01/detr-resnet-50_finetuned_cppe5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use initial01/detr-resnet-50_finetuned_cppe5 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="initial01/detr-resnet-50_finetuned_cppe5")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("initial01/detr-resnet-50_finetuned_cppe5")
    model = AutoModelForObjectDetection.from_pretrained("initial01/detr-resnet-50_finetuned_cppe5")
  • Notebooks
  • Google Colab
  • Kaggle
detr-resnet-50_finetuned_cppe5 / runs
32.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
initial01's picture
initial01
Training in progress, step 1250
a3829b4 verified over 1 year ago
  • Nov26_08-16-14_fc815f23ee7a
    Training in progress, step 800 over 1 year ago
  • Nov27_03-53-25_552ce19ec246
    Training in progress, step 1250 over 1 year ago