Sarjinkhan2003's picture
Detection model mAP=0.9840
00c621f verified
metadata
language: bn
license: mit
tags:
  - object-detection
  - ocr
  - bengali
  - yolov8

ShobdoOCR — Word-Level Detection

Load:

from ultralytics import YOLO
from huggingface_hub import hf_hub_download
model = YOLO(hf_hub_download("Sarjinkhan2003/shobdo-ocr-detection", "shobdo_det.pt"))
results = model.predict("doc.jpg", conf=0.25)

mAP@0.5: 0.9840