detectRecog / CCPD

[ECCV 2018] CCPD: a diverse and well-annotated dataset for license plate detection and recognition
MIT License
2.25k stars 569 forks source link

How to get the real label of the last character??? #79

Open sevenHsu opened 3 years ago

sevenHsu commented 3 years ago

Easily known that the last character can be '警', ‘学’, or alphabets+digits from GA 36-2018. But the label(image name) only marked the index of the province and alphabet+digits. How can we get the real label of the last cahracter.

buptlj commented 1 year ago

确实是个问题,会不会里面没有最后一个字符是“警”,“学”之类的车牌。应该把标签合并到一个list里,然后给出index。