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

diegokauer
/
conditional-detr-coe-int

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

Instructions to use diegokauer/conditional-detr-coe-int with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use diegokauer/conditional-detr-coe-int with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="diegokauer/conditional-detr-coe-int")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("diegokauer/conditional-detr-coe-int")
    model = AutoModelForObjectDetection.from_pretrained("diegokauer/conditional-detr-coe-int")
  • Notebooks
  • Google Colab
  • Kaggle
conditional-detr-coe-int / runs
54.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
diegokauer's picture
diegokauer
End of training
3614612 over 2 years ago
  • Dec26_12-59-14_5a4d5d9971f8
    End of training over 2 years ago
  • Dec26_14-27-44_5a4d5d9971f8
    End of training over 2 years ago
  • Dec26_14-30-00_5a4d5d9971f8
    End of training over 2 years ago
  • Dec26_14-31-47_5a4d5d9971f8
    End of training over 2 years ago
  • Dec26_14-36-16_5a4d5d9971f8
    End of training over 2 years ago
  • Dec26_14-38-32_5a4d5d9971f8
    End of training over 2 years ago
  • Dec26_14-39-50_5a4d5d9971f8
    End of training over 2 years ago
  • Dec26_14-41-15_5a4d5d9971f8
    End of training over 2 years ago