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

  • Log In
  • Sign Up

nickmuchi
/
detr-resnet50-license-plate-detection

Object Detection
Transformers
PyTorch
Safetensors
detr
Model card Files Files and versions
xet
Community
4

Instructions to use nickmuchi/detr-resnet50-license-plate-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use nickmuchi/detr-resnet50-license-plate-detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="nickmuchi/detr-resnet50-license-plate-detection")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("nickmuchi/detr-resnet50-license-plate-detection")
    model = AutoModelForObjectDetection.from_pretrained("nickmuchi/detr-resnet50-license-plate-detection")
  • Notebooks
  • Google Colab
  • Kaggle
detr-resnet50-license-plate-detection
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
nickmuchi's picture
nickmuchi
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
c382b13 verified about 2 years ago
  • .gitattributes
    1.39 kB
    Adding `safetensors` variant of this model (#1) about 2 years ago
  • config.json
    1.19 kB
    Update config.json over 3 years ago
  • model.safetensors
    166 MB
    xet
    Adding `safetensors` variant of this model (#1) about 2 years ago
  • preprocessor_config.json
    273 Bytes
    add model over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    167 MB
    xet
    add model over 3 years ago