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

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

No model card

Downloads last month
837
Safetensors
Model size
41.6M params
Tensor type
F32
Β·
Inference Providers NEW
Object Detection
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using nickmuchi/detr-resnet50-license-plate-detection 12

nickmuchi/license-plate-detection-with-YOLOS
πŸš—
Sarvamangalak/Smart_Vehicle_Classification
πŸ“š
mohammedhafeez/plate
πŸ“š
ahmedemara10/nickmuchi-detr-resnet50-license-plate-detection
πŸš—
DevBM/license-plate-detection-with-YOLOS
🐒
insideman/license-plate-detection-with-YOLOS
πŸ”₯
bhumika007/Helmet-License-Plate-Detection
πŸ”₯
TroglodyteDerivations/License_Plate_Detection_with_YOLOS
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs