├── MyFont-Regular_ver3.otf ├── README.md ├── __pycache__ ├── aug.cpython-36.pyc ├── generate_image.cpython-36.pyc └── utils.cpython-36.pyc ├── aug.py ├── background ├── rec_1.jpg ├── rec_2.jpg ├── square_1.jpg └── square_2.jpg ├── classes.txt ├── generate_image.py ├── output ├── syn_0.jpg ├── syn_0.txt ├── syn_1.jpg ├── syn_1.txt ├── syn_2.jpg ├── syn_2.txt ├── syn_3.jpg └── syn_3.txt ├── requirements.txt ├── synthesis_plate.py ├── synthesis_sample ├── synthesis_1.jpg ├── synthesis_2.jpg ├── synthesis_3.jpg ├── synthesis_4.jpg ├── synthesis_labeled_1.jpg ├── synthesis_labeled_2.jpg ├── synthesis_labeled_3.jpg └── synthesis_labeled_4.jpg └── utils.py /MyFont-Regular_ver3.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNDam/Vietnamese-License-Plate-Generator/HEAD/MyFont-Regular_ver3.otf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNDam/Vietnamese-License-Plate-Generator/HEAD/README.md -------------------------------------------------------------------------------- /__pycache__/aug.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNDam/Vietnamese-License-Plate-Generator/HEAD/__pycache__/aug.cpython-36.pyc -------------------------------------------------------------------------------- /__pycache__/generate_image.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNDam/Vietnamese-License-Plate-Generator/HEAD/__pycache__/generate_image.cpython-36.pyc -------------------------------------------------------------------------------- /__pycache__/utils.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNDam/Vietnamese-License-Plate-Generator/HEAD/__pycache__/utils.cpython-36.pyc -------------------------------------------------------------------------------- /aug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNDam/Vietnamese-License-Plate-Generator/HEAD/aug.py -------------------------------------------------------------------------------- /background/rec_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNDam/Vietnamese-License-Plate-Generator/HEAD/background/rec_1.jpg -------------------------------------------------------------------------------- /background/rec_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNDam/Vietnamese-License-Plate-Generator/HEAD/background/rec_2.jpg -------------------------------------------------------------------------------- /background/square_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNDam/Vietnamese-License-Plate-Generator/HEAD/background/square_1.jpg -------------------------------------------------------------------------------- /background/square_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNDam/Vietnamese-License-Plate-Generator/HEAD/background/square_2.jpg -------------------------------------------------------------------------------- /classes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNDam/Vietnamese-License-Plate-Generator/HEAD/classes.txt -------------------------------------------------------------------------------- /generate_image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNDam/Vietnamese-License-Plate-Generator/HEAD/generate_image.py -------------------------------------------------------------------------------- /output/syn_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNDam/Vietnamese-License-Plate-Generator/HEAD/output/syn_0.jpg -------------------------------------------------------------------------------- /output/syn_0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNDam/Vietnamese-License-Plate-Generator/HEAD/output/syn_0.txt -------------------------------------------------------------------------------- /output/syn_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNDam/Vietnamese-License-Plate-Generator/HEAD/output/syn_1.jpg -------------------------------------------------------------------------------- /output/syn_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNDam/Vietnamese-License-Plate-Generator/HEAD/output/syn_1.txt -------------------------------------------------------------------------------- /output/syn_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNDam/Vietnamese-License-Plate-Generator/HEAD/output/syn_2.jpg -------------------------------------------------------------------------------- /output/syn_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNDam/Vietnamese-License-Plate-Generator/HEAD/output/syn_2.txt -------------------------------------------------------------------------------- /output/syn_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNDam/Vietnamese-License-Plate-Generator/HEAD/output/syn_3.jpg -------------------------------------------------------------------------------- /output/syn_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNDam/Vietnamese-License-Plate-Generator/HEAD/output/syn_3.txt -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | numpy 2 | opencv-python==4.2.0.32 3 | pillow 4 | progressbar2 -------------------------------------------------------------------------------- /synthesis_plate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNDam/Vietnamese-License-Plate-Generator/HEAD/synthesis_plate.py -------------------------------------------------------------------------------- /synthesis_sample/synthesis_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNDam/Vietnamese-License-Plate-Generator/HEAD/synthesis_sample/synthesis_1.jpg -------------------------------------------------------------------------------- /synthesis_sample/synthesis_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNDam/Vietnamese-License-Plate-Generator/HEAD/synthesis_sample/synthesis_2.jpg -------------------------------------------------------------------------------- /synthesis_sample/synthesis_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNDam/Vietnamese-License-Plate-Generator/HEAD/synthesis_sample/synthesis_3.jpg -------------------------------------------------------------------------------- /synthesis_sample/synthesis_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNDam/Vietnamese-License-Plate-Generator/HEAD/synthesis_sample/synthesis_4.jpg -------------------------------------------------------------------------------- /synthesis_sample/synthesis_labeled_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNDam/Vietnamese-License-Plate-Generator/HEAD/synthesis_sample/synthesis_labeled_1.jpg -------------------------------------------------------------------------------- /synthesis_sample/synthesis_labeled_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNDam/Vietnamese-License-Plate-Generator/HEAD/synthesis_sample/synthesis_labeled_2.jpg -------------------------------------------------------------------------------- /synthesis_sample/synthesis_labeled_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNDam/Vietnamese-License-Plate-Generator/HEAD/synthesis_sample/synthesis_labeled_3.jpg -------------------------------------------------------------------------------- /synthesis_sample/synthesis_labeled_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNDam/Vietnamese-License-Plate-Generator/HEAD/synthesis_sample/synthesis_labeled_4.jpg -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNDam/Vietnamese-License-Plate-Generator/HEAD/utils.py --------------------------------------------------------------------------------