TextRecognitionDataGenerator
TextRecognitionDataGenerator copied to clipboard
Why if I increase the skewing angle the size image is reduced?
Why happends?
python run.py -c 2 -t 10 -w 10 -k 0 -f 64 -b 0

python run.py -c 2 -t 10 -w 10 -k 60 -f 64 -b 0

You define the max height with -f 64. When skewing the text, TDRG will respect the max height given so the width and text size is reduced.