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

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

  • Libraries
  • Transformers

    How to use Larbutsri/detr_finetuned_cppe5 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="Larbutsri/detr_finetuned_cppe5")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("Larbutsri/detr_finetuned_cppe5")
    model = AutoModelForObjectDetection.from_pretrained("Larbutsri/detr_finetuned_cppe5")
  • Notebooks
  • Google Colab
  • Kaggle
detr_finetuned_cppe5 / runs
353 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 199 commits
Larbutsri's picture
Larbutsri
Training in progress, epoch 30
b52514c verified 9 months ago
  • Sep03_01-51-52_efae7a241144
    Training in progress, epoch 1 9 months ago
  • Sep03_02-41-52_efae7a241144
    Training in progress, epoch 2 9 months ago
  • Sep03_02-42-17_efae7a241144
    Training in progress, epoch 1 9 months ago
  • Sep03_03-36-10_4b4e31ac355c
    Training in progress, epoch 1 9 months ago
  • Sep03_04-27-28_efae7a241144
    Training in progress, epoch 1 9 months ago
  • Sep03_05-05-28_4b4e31ac355c
    Training in progress, epoch 29 9 months ago
  • Sep03_05-13-01_efae7a241144
    Training in progress, epoch 30 9 months ago