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

  • Log In
  • Sign Up

MedicalVision
/
detr_balloon_example

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

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

  • Libraries
  • Transformers

    How to use MedicalVision/detr_balloon_example with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="MedicalVision/detr_balloon_example")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("MedicalVision/detr_balloon_example")
    model = AutoModelForObjectDetection.from_pretrained("MedicalVision/detr_balloon_example")
  • Notebooks
  • Google Colab
  • Kaggle
detr_balloon_example
168 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 21 commits
npvinHnivqn's picture
npvinHnivqn
Update README file
675a7aa verified over 1 year ago
  • .gitattributes
    1.57 kB
    Update README file over 1 year ago
  • README.md
    19.2 kB
    Update README file over 1 year ago
  • config.json
    1.37 kB
    Upload DetrForObjectDetection over 1 year ago
  • example.png
    1.39 MB
    xet
    Update README file over 1 year ago
  • model.safetensors
    166 MB
    xet
    Upload DetrForObjectDetection over 1 year ago
  • preprocessor_config.json
    455 Bytes
    Upload processor over 1 year ago