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

  • Log In
  • Sign Up

ahmedelsayed
/
probe-detr-5ep-simulation

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

Instructions to use ahmedelsayed/probe-detr-5ep-simulation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ahmedelsayed/probe-detr-5ep-simulation with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="ahmedelsayed/probe-detr-5ep-simulation")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("ahmedelsayed/probe-detr-5ep-simulation")
    model = AutoModelForObjectDetection.from_pretrained("ahmedelsayed/probe-detr-5ep-simulation")
  • Notebooks
  • Google Colab
  • Kaggle
probe-detr-5ep-simulation
167 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
ahmedelsayed's picture
ahmedelsayed
Upload processor
3895c6d verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    5.17 kB
    Upload DetrForObjectDetection over 1 year ago
  • config.json
    1.31 kB
    Upload DetrForObjectDetection 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