LR-License-Plate-Generation
LR-License-Plate-Generation copied to clipboard
A Pytorch implementation about Novel License Plate Generation based on <To learn image super-resolution, use a GAN to learn how to do image degradation first>
LR-License-Plate-Generation
Goal
Here we propose the method based on <To learn image super-resolution, use a GAN to learn how to do image degradation first>, to generate the real-world LR license plate images for the SR problem.
Network
We tried to use auto-encoder structure to generate the LR images, but the performance is not good.
The Generator is ResNet-based and the Discriminator are VGG based. Only MSE and GAN-loss is included.
Due to the different value of the noise value, one HR images could have multiple LR images and influenced by the noise level.
We transfer the Method to the License Plate SR problem.
DataSet
The data we used is paired and has multiple degradations. User can download their own dataset from the Web and make a directory called "training", sub-directories are named "HR" and "LR".
Input:

GT:

Result
HR:




LR:




Ohter Results



