Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

vosstalane
/
object-detection

Object Detection
Transformers
Safetensors
English
conditional_detr
fashion
search
Model card Files Files and versions
xet
Community

Instructions to use vosstalane/object-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use vosstalane/object-detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="vosstalane/object-detection")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("vosstalane/object-detection")
    model = AutoModelForObjectDetection.from_pretrained("vosstalane/object-detection")
  • Notebooks
  • Google Colab
  • Kaggle
object-detection
175 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
vosstalane's picture
vosstalane
Upload 5 files
888be09 verified 10 months ago
  • .gitattributes
    107 Bytes
    Upload 5 files 10 months ago
  • README.md
    2.14 kB
    Upload 5 files 10 months ago
  • config.json
    1.58 kB
    Upload 5 files 10 months ago
  • model.safetensors
    174 MB
    xet
    Upload 5 files 10 months ago
  • preprocessor_config.json
    466 Bytes
    Upload 5 files 10 months ago
  • sample_image.png
    795 kB
    xet
    Upload 5 files 10 months ago