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

  • Log In
  • Sign Up

RoblabWhGe
/
rescuedet-yolos-small

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

Instructions to use RoblabWhGe/rescuedet-yolos-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use RoblabWhGe/rescuedet-yolos-small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="RoblabWhGe/rescuedet-yolos-small")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("RoblabWhGe/rescuedet-yolos-small")
    model = AutoModelForObjectDetection.from_pretrained("RoblabWhGe/rescuedet-yolos-small")
  • Notebooks
  • Google Colab
  • Kaggle
rescuedet-yolos-small
123 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
jumeine's picture
jumeine
Upload 3 files
62daaa1 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    27 Bytes
    initial commit about 2 years ago
  • config.json
    933 Bytes
    Upload 3 files about 2 years ago
  • model.safetensors
    123 MB
    xet
    Upload 3 files about 2 years ago
  • preprocessor_config.json
    817 Bytes
    Upload 3 files about 2 years ago