openalpr / train-ocr

Input files and scripts necessary to train the license plate OCR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to train ALPR for chinese plate?

ghpass opened this issue · comments

I am training openALPR for Chinese characters. But I found it 's very difficult. I can't under stand the alpr-train document. Is there any examples to learn? Any help is appreciated.

Taiwan? China?

China, not Taiwan

"Producing Tiles from Actual Plates" doesn't support chinese. The function waitkey() (in classifychars.cpp) just supports [0-9] or [A-Z], doesn't support chinese words.
TTF training mode may be used to train chinese plates.

@ghpass Have work this out ? Is this possible ?