CoolFace
Modelpublic

Intel/license-plate-recognition

sourceHugging Facemitupdated 16d agoView on Hugging Face
7likes26downloads
config.json20 linesDownload Raw Back to root
1{2  "model_type": "license-plate-recognition",3  "library_name": "openvino",4  "pipeline_tag": "object-detection",5  "category": "Object Detection + Optical Character Recognition (GstAnalytics)",6  "base_model": "YOLOv8 license plate detector + PP-OCRv4 (PaddleOCR)",7  "source_framework": "PyTorch (Ultralytics YOLOv8), PaddlePaddle (PP-OCRv4)",8  "supported_precisions": [9    "FP32"10  ],11  "inference_engine": "OpenVINO",12  "hardware": [13    "CPU",14    "GPU",15    "NPU"16  ],17  "hf_repo_id": "Intel/license-plate-recognition",18  "description": "License plate recognition use case using YOLOv8 detector and PaddleOCR PP-OCRv4 recognizer"19}20