TextFuseNet
TextFuseNet copied to clipboard
code for gt generation
Hi, thanks for the fantastic research. is there a code for the pretrain model inference on new dataset and generate gt(coco json file) containing character-level annotations.
@wulitaotao1
- the detection code is same for all datasets, and you only need to modify some configs.
- different datasets have different format of gt. To generate gt for custom datasets, you need to understand the format of coco json. I think it is easy to do via python after understanding it. I will release a example code in the future.