JackEasson / SLPNet_pytorch

SLPNet: Towards End-to-End Car License Plates Detection and Recognition Using Lightweight CNN
56 stars 13 forks source link

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xcd in position 32: invalid continuation byte #6

Closed a741419244 closed 2 years ago

a741419244 commented 3 years ago

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xcd in position 32: invalid continuation byte How to deal with?

JackEasson commented 3 years ago

I want to know which line you got this error. Perhaps when you generate the labels (those txt), you didn't use 'utf-8' code type. I did use 'utf-8' to decode the label txts.