Added generation of train and test data

This commit is contained in:
2016-06-29 03:07:16 +03:00
parent be9f2bc117
commit 2de000f816
2 changed files with 84 additions and 0 deletions

7
settings.py Normal file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
FONTS_TO_PROCESS = ['Arial', 'Cousine', 'Comfortaa']
FONTS_SIZES = [12, 13, 14, 16, 20, 24, 36, 48]
SYMBOLS_TO_PROCESS = 'QWERTYUIOPASDFGHJKLZXCVBNMqwertyuiopasdfghjklzxcvbnm1234567890.,():'
NUMBER_OF_TEST_EXAMPLES_PER_FONT = 30