This repository contains a YOLOv11x model trained to detect pinball scores in images. The model aims to facilitate the segmentation of pinball scores for Optical Character Recognition (OCR) tasks.
Dataset
Images: 1,100 hand-annotated images.
Annotations: Bounding boxes around pinball scores.
Training Details
The model was trained over 100 epochs using an A100 GPU with 40GB VRAM.
Performance Metrics at Final Epoch
Validation Metrics
Class Images Instances P R mAP50 mAP50-95
100%|██████████| 7/7 [00:01<00:00, 4.28it/s]
all 152 187 0.958 0.968 0.973 0.655
Precision (P): 0.958
Recall (R): 0.968
Mean Average Precision at IoU=0.50 (mAP50): 0.973
Mean Average Precision at IoU=0.50:0.95 (mAP50-95): 0.655
Purpose
The primary goal of this model is to detect pinball scores in any image to enable segmentation for OCR processing.