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

  • Log In
  • Sign Up

nicky007
/
BalloonDetectioDTR

Object Detection
Transformers
PyTorch
detr
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use nicky007/BalloonDetectioDTR with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="nicky007/BalloonDetectioDTR")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("nicky007/BalloonDetectioDTR")
    model = AutoModelForObjectDetection.from_pretrained("nicky007/BalloonDetectioDTR")
  • Notebooks
  • Google Colab
  • Kaggle
BalloonDetectioDTR
167 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
nicky007's picture
nicky007
Upload processor
3a1d565 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • config.json
    3.38 kB
    Upload DetrForObjectDetection about 3 years ago
  • preprocessor_config.json
    453 Bytes
    Upload processor about 3 years ago
  • pytorch_model.bin
    167 MB
    xet
    Upload DetrForObjectDetection about 3 years ago