TextFuseNet icon indicating copy to clipboard operation
TextFuseNet copied to clipboard

code for gt generation

Open wulitaotao1 opened this issue 5 years ago • 1 comments

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 avatar Jan 08 '21 09:01 wulitaotao1

@wulitaotao1

  1. the detection code is same for all datasets, and you only need to modify some configs.
  2. 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.

Real-YeJ avatar Jan 08 '21 09:01 Real-YeJ