Skip to content

Commit ecabfeb

Browse files
committed
Added YOLOv8m License Plate OCR Detection model to the models.json file.
1 parent c89787a commit ecabfeb

2 files changed

Lines changed: 59 additions & 0 deletions

File tree

88.7 KB
Loading

docs/models.json

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,65 @@
389389
"image_size": 640,
390390
"image":"assets/previews/LicensePlateOCRDetection2.jpg"
391391
},
392+
{
393+
"id": "license-place-ocr-detector3",
394+
"name": "License plate OCR detector 3",
395+
"summary": "Performs OCR on vehicle's license plates.",
396+
"base_model": "yolo26m",
397+
"task": "detection",
398+
"classes": [
399+
"0",
400+
"1",
401+
"2",
402+
"3",
403+
"4",
404+
"5",
405+
"6",
406+
"7",
407+
"8",
408+
"9",
409+
"A",
410+
"B",
411+
"C",
412+
"D",
413+
"E",
414+
"F",
415+
"G",
416+
"H",
417+
"I",
418+
"J",
419+
"K",
420+
"L",
421+
"M",
422+
"N",
423+
"O",
424+
"P",
425+
"Q",
426+
"R",
427+
"S",
428+
"T",
429+
"U",
430+
"V",
431+
"W",
432+
"X",
433+
"Y",
434+
"Z"
435+
],
436+
"dataset": "https://universe.roboflow.com/w251ocr/ocr-oy9a7",
437+
"dataset_license": "CC BY 4.0",
438+
"metrics": {
439+
"mAP50": 0.968,
440+
"mAP50_95": 0.802,
441+
"precision": 0.964,
442+
"recall": 0.921
443+
},
444+
"hf_repo": "lukasiktar11/license-place-ocr-detector3",
445+
"download": "https://huggingface.co/lukasiktar11/license-place-ocr-detector3/resolve/main/best.pt",
446+
"onnx": "https://huggingface.co/lukasiktar11/license-place-ocr-detector3/resolve/main/best.onnx",
447+
"size_mb": 44.1,
448+
"image_size": 640,
449+
"image":"assets/previews/LicensePlateOCRDetection2.jpg"
450+
},
392451
{
393452
"id": "road-line-segmentator",
394453
"name": "Road line segmentator",

0 commit comments

Comments
 (0)