theAIGuysCode / yolov4-custom-functions

A Wide Range of Custom Functions for YOLOv4, YOLOv4-tiny, YOLOv3, and YOLOv3-tiny Implemented in TensorFlow, TFLite, and TensorRT.
MIT License
602 stars 370 forks source link

Malaysian Number plate #26

Closed zulhilmyamy closed 3 years ago

zulhilmyamy commented 3 years ago

Hye, i tried the code it's work, but when using Malaysian number plate, the program detect the plate but cant return the plate number. Anybody had any idea with that ?

8

9

mahamatnoumai commented 3 years ago

try to use regex to struct the plate number on that specific bounding box. bc Malaysian plate number has different way to extract it.

u can change the code from here: https://github.com/theAIGuysCode/yolov4-custom-functions/blob/8f2c922a54d9ee0878efd3dffa42ce6e7bd3ae34/core/utils.py#L78