TextGenerator
TextGenerator copied to clipboard
OCR dataset Text-Detection dataset Font-Classification dataset generator
您好,如题,如果想生成图片及对应的字符位置坐标与label的数据是否可以?类似于coco数据集
rt. 少了几个大写字母,VXYZ
假设我有100张背景图片,我想生成对应的100张 不重复背景的 新图片。我应该怎么设置 process_count: ? 和 count_per_process: ? 这两个参数?
Sometimes characters in non-latin language may be rendered wrongly. Do you have an option to filter these characters out? Read more about `--strict` option [here](https://github.com/Sanster/text_renderer)
你好,我想用生成的图片做字体识别。请问怎么将字典里的每一个字都生成图片,而不是随机从字典里选字生成?谢谢