Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

piecurus
/
conditional-detr-resnet-50_cppe5

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

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

  • Libraries
  • Transformers

    How to use piecurus/conditional-detr-resnet-50_cppe5 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="piecurus/conditional-detr-resnet-50_cppe5")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("piecurus/conditional-detr-resnet-50_cppe5")
    model = AutoModelForObjectDetection.from_pretrained("piecurus/conditional-detr-resnet-50_cppe5")
  • Notebooks
  • Google Colab
  • Kaggle
conditional-detr-resnet-50_cppe5 / runs
12.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
piecurus's picture
piecurus
Training in progress, step 200
8e989fd over 2 years ago
  • Nov09_13-19-18_54811c54afe5
    Training in progress, step 200 over 2 years ago
  • Nov09_13-26-44_54811c54afe5
    Training in progress, step 200 over 2 years ago