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

  • Log In
  • Sign Up

Mahmoud7
/
OD_YOLOS_strat2_classes

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

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

  • Libraries
  • Transformers

    How to use Mahmoud7/OD_YOLOS_strat2_classes with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="Mahmoud7/OD_YOLOS_strat2_classes")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("Mahmoud7/OD_YOLOS_strat2_classes")
    model = AutoModelForObjectDetection.from_pretrained("Mahmoud7/OD_YOLOS_strat2_classes")
  • Notebooks
  • Google Colab
  • Kaggle
OD_YOLOS_strat2_classes
51.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
cf9ab02 verified about 1 year ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • config.json
    1.37 kB
    Upload YolosForObjectDetection over 3 years ago
  • model.safetensors
    25.9 MB
    xet
    Adding `safetensors` variant of this model about 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    26 MB
    xet
    Upload YolosForObjectDetection over 3 years ago