Simulated data for bangali text localisation in natural image
Description
(1) The dataset comprises paired images, consisting of 2D simulated text on the styled image (i_s), text image (i_t), masking of text (mask_t), real background image (t_b), real sample image (t_f), text skeleton (t_sk), text styled image (t_t). (2) While generating synthetic data, we scale the text image in our experiment to a height of 64 pixels while maintaining the original aspect ratio. (3) The source dataset has background images, color, fonts, and text, whereas the synthetic dataset contains randomly 49,000 images. (4) The batch size is set to 8, and the input images are resized in size to approximately W×64 while maintaining the aspect ratio.
Files
Steps to reproduce
INSTALLATION At first, create a Conda Environment. We choose bste_dataset as the name of the environment. conda create -n bste_dataset python==3.9.0 conda activate bste_dataset pip install -r requirements.txt Note: The GitHub repository provides concise instructions on how to reproduce all the things step-by-step.