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

  • Log In
  • Sign Up

gghsgn
/
helmet_detection

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

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

  • Libraries
  • Transformers

    How to use gghsgn/helmet_detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="gghsgn/helmet_detection")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("gghsgn/helmet_detection")
    model = AutoModelForObjectDetection.from_pretrained("gghsgn/helmet_detection")
  • Notebooks
  • Google Colab
  • Kaggle
helmet_detection
130 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
gghsgn's picture
gghsgn
Upload 2 files
07c7154 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    94 Bytes
    Update README.md about 2 years ago
  • config.json
    1.07 kB
    Update config.json about 2 years ago
  • lit_model.ckpt

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    77.9 MB
    xet
    Upload lit_model.ckpt about 2 years ago
  • model.safetensors
    25.9 MB
    xet
    Upload 2 files almost 2 years ago
  • preprocessor_config.json
    273 Bytes
    Create preprocessor_config.json about 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    26 MB
    xet
    Upload 2 files almost 2 years ago