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

vivekvar
/
helmet-v5

Object Detection
ultralytics
ONNX
Safetensors
helmet-detection
yolo
image-classification
cctv
anpr
india
Model card Files Files and versions
xet
Community

Instructions to use vivekvar/helmet-v5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • ultralytics

    How to use vivekvar/helmet-v5 with ultralytics:

    # Couldn't find a valid YOLO version tag.
    # Replace XX with the correct version.
    from ultralytics import YOLOvXX
    
    model = YOLOvXX.from_pretrained("vivekvar/helmet-v5")
    source = 'http://images.cocodataset.org/val2017/000000039769.jpg'
    model.predict(source=source, save=True)
  • Notebooks
  • Google Colab
  • Kaggle
helmet-v5 / backend
39.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit

This model has 31 files scanned as unsafe.

vivekvar's picture
vivekvar
Initial push: helmet v5 code + trained models
e90abd8 verified about 1 month ago
  • inference
    Initial push: helmet v5 code + trained models about 1 month ago
  • stream
    Initial push: helmet v5 code + trained models about 1 month ago
  • __init__.py
    0 Bytes
    Initial push: helmet v5 code + trained models about 1 month ago
  • cameras.json
    722 Bytes
    Initial push: helmet v5 code + trained models about 1 month ago
  • config.py
    1.51 kB
    Initial push: helmet v5 code + trained models about 1 month ago
  • db.py
    3.98 kB
    Initial push: helmet v5 code + trained models about 1 month ago
  • main.py
    8.23 kB
    Initial push: helmet v5 code + trained models about 1 month ago