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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

AkshayShetty
/
detr-resnet-50_finetuned_cppe5

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="AkshayShetty/detr-resnet-50_finetuned_cppe5")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("AkshayShetty/detr-resnet-50_finetuned_cppe5")
    model = AutoModelForObjectDetection.from_pretrained("AkshayShetty/detr-resnet-50_finetuned_cppe5", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
detr-resnet-50_finetuned_cppe5 / runs
159 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 28 commits
AkshayShetty's picture
AkshayShetty
Model save
a687bef about 3 years ago
  • Jul02_22-44-16_9070ac5e4e40
    Training in progress, step 200 about 3 years ago
  • Jul02_22-55-36_9070ac5e4e40
    Training in progress, step 200 about 3 years ago
  • Jul02_22-56-15_9070ac5e4e40
    Training in progress, step 200 about 3 years ago
  • Jul02_22-57-30_9070ac5e4e40
    Training in progress, step 200 about 3 years ago
  • Jul02_22-58-21_9070ac5e4e40
    Training in progress, step 200 about 3 years ago
  • Jul02_22-59-01_9070ac5e4e40
    Training in progress, step 200 about 3 years ago
  • Jul02_23-07-18_9070ac5e4e40
    Training in progress, step 200 about 3 years ago
  • Jul02_23-07-52_9070ac5e4e40
    Training in progress, step 200 about 3 years ago
  • Jul02_23-08-47_9070ac5e4e40
    Training in progress, step 200 about 3 years ago
  • Jul02_23-18-02_9070ac5e4e40
    Training in progress, step 300 about 3 years ago
  • Jul02_23-29-20_9070ac5e4e40
    Training in progress, step 300 about 3 years ago
  • Jul02_23-30-36_9070ac5e4e40
    Training in progress, step 300 about 3 years ago
  • Jul03_01-08-25_516db6c0b7ba
    Training in progress, step 300 about 3 years ago
  • Jul03_01-10-31_516db6c0b7ba
    Model save about 3 years ago
  • Jul03_17-04-45_40a20591d657
    Model save about 3 years ago
  • Jul03_21-43-04_c90f33fab3fc
    Model save about 3 years ago
  • Jul03_23-54-54_31bb58b4d670
    Model save about 3 years ago