Week 4
In Week 4, we faced major challenges in Optical Character Recognition (OCR) for license plates. The initial OCR strategy delivered poor results due to multiple factors, including motion blur, occlusion, perspective distortion, and character misalignment. To overcome these issues, we implemented license plate character correction, refined segmentation techniques, and integrated more advanced text detection models. Eventually, we selected the CRAFT model for robust text detection and further optimized our pipeline to ensure high accuracy. Additionally, we extended our work to video processing to enable real-time application. Challenges in OCR and Initial Solutions 1. Factors Affecting OCR Performance Our initial OCR implementation struggled due to: Blurriness and Occlusion : Vehicles at varying distances caused blurred license plate images, while partial occlusions further degraded recognition accuracy. Perspective Distortion : Different camera angles led to skewed and curved ...
评论
发表评论