License plate recognition-synthetic license plate data

1. Code address: https://github.com/CV-deeplearning/gen-Chinese-plate

2. How to use the code

       Generate ordinary blue license plate:

       python gen_common_plate.py --make_num 100 --out_dir ./data/common_plate

       The license plate data of 100 ordinary blue plates will be generated, and the image data is stored in the ./data/common_plate directory.

       The effect of generating a license plate is as follows:

           The single picture is as follows:

           Generate new energy license plates:

           python gen_green_plate.py --make_num 100 --out_dir ./data/green_plate         

           100 new energy license plates will be generated, and the image data will be stored in the ./data/green_plate directory.

           The rendering of the generated license plate is as follows:

            The single pictures are as follows:

3. Expansion             

      (1) Open source data sets can be added.

      (2) Use crawlers to crawl data, please refer to: my blog .

      (3) The author has been committed to the research and development of license plate recognition for a long time, and has accumulated a lot of data and technology. For data and technical exchanges, please private message, welcome to star.

 

Guess you like

Origin blog.csdn.net/Guo_Python/article/details/111171554