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

PierreMaxime
/
detr-resnet-50_finetuned_cppe5-second

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

Instructions to use PierreMaxime/detr-resnet-50_finetuned_cppe5-second with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="PierreMaxime/detr-resnet-50_finetuned_cppe5-second")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("PierreMaxime/detr-resnet-50_finetuned_cppe5-second")
    model = AutoModelForObjectDetection.from_pretrained("PierreMaxime/detr-resnet-50_finetuned_cppe5-second")
  • Notebooks
  • Google Colab
  • Kaggle
detr-resnet-50_finetuned_cppe5-second / runs
50.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 20 commits
PierreMaxime's picture
PierreMaxime
Training in progress, step 800
3f5c88a verified almost 2 years ago
  • May27_10-45-40_mbp-de-pm.home
    Training in progress, step 3600 almost 2 years ago
  • May29_10-07-11_mbp-de-pm.home
    Training in progress, step 400 almost 2 years ago
  • May29_10-12-20_mbp-de-pm.home
    Training in progress, step 800 almost 2 years ago