FOTS.PyTorch icon indicating copy to clipboard operation
FOTS.PyTorch copied to clipboard

SynthTextDataset augmentation fail

Open Wovchena opened this issue 6 years ago • 2 comments

Hi. I am trying to run training on synth800k. It fails in SynthTextDataset __transform method on the line rectangles = [rectangles[i] for i in selected_poly] with an error IndexError: list index out of range. This is required for the recognition branch. Do you have any idea how to fix it?

Wovchena avatar Jan 18 '19 07:01 Wovchena

@Wovchena you can see my issues https://github.com/jiangxiluning/FOTS.PyTorch/issues/29 now i can train in synth data, but i don't kown the result, training need a lot of time.

xxlxx1 avatar Feb 16 '19 07:02 xxlxx1

@xxlxx1 thank you for the reply.

Wovchena avatar Feb 18 '19 09:02 Wovchena