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

  • Log In
  • Sign Up

b09501048
/
detr2

Object Detection
Transformers
Safetensors
detr
Generated from Trainer
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use b09501048/detr2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="b09501048/detr2")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("b09501048/detr2")
    model = AutoModelForObjectDetection.from_pretrained("b09501048/detr2")
  • Notebooks
  • Google Colab
  • Kaggle
detr2
167 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
b09501048's picture
b09501048
End of training
525d04f verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    11.2 kB
    End of training over 1 year ago
  • config.json
    1.99 kB
    Training in progress, epoch 1 over 1 year ago
  • model.safetensors
    167 MB
    xet
    Training in progress, epoch 10 over 1 year ago
  • preprocessor_config.json
    485 Bytes
    Training in progress, epoch 1 over 1 year ago
  • training_args.bin
    5.18 kB
    xet
    Training in progress, epoch 1 over 1 year ago