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

cvm2024
/
detr

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

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

  • Libraries
  • Transformers

    How to use cvm2024/detr with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="cvm2024/detr")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("cvm2024/detr")
    model = AutoModelForObjectDetection.from_pretrained("cvm2024/detr")
  • Notebooks
  • Google Colab
  • Kaggle
detr / runs
86.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 39 commits
cvm2024's picture
cvm2024
End of training
8736b63 verified about 2 years ago
  • Apr10_14-12-27_1ce7bed80869
    End of training about 2 years ago
  • Apr10_14-12-41_1ce7bed80869
    End of training about 2 years ago
  • Apr11_07-40-51_830b0a9f1e21
    Training in progress, step 1300 about 2 years ago
  • Apr15_13-21-52_7ebdd80f7437
    Training in progress, step 100 about 2 years ago
  • Apr16_11-33-01_8dc84ea898a9
    Training in progress, step 700 about 2 years ago
  • Apr16_12-17-03_8ba981eccfa0
    End of training about 2 years ago