TextRecognitionDataGenerator icon indicating copy to clipboard operation
TextRecognitionDataGenerator copied to clipboard

Why if I increase the skewing angle the size image is reduced?

Open mjack3 opened this issue 4 years ago • 1 comments

Why happends?

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

79-9199511_00

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

mjack3 avatar Feb 25 '21 13:02 mjack3

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.

Belval avatar Mar 02 '21 04:03 Belval