JackEasson / SLPNet_pytorch

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

Label information present in the .txt files #18

Closed gokulakrishnanswaminathan closed 1 year ago

gokulakrishnanswaminathan commented 1 year ago

Hi,

I am trying to understand how the label information is present in the .txt file under data/train/label/. For example, in SLPNet_pytorch/data/train/label/01-89_85-302&497_478&557-478&549_308&552_304&507_474&504-0_0_6_25_25_33_25-74-7.txt, the coordinates are 303 510,472 510,474 554,307 556. Whereas, if I use the information from the CCPD I seem to find it difficult to replicate the values. Please provide some guidance on creating the .txt files. Thank you!