FOTS.PyTorch
FOTS.PyTorch copied to clipboard
SynthTextDataset augmentation fail
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 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 thank you for the reply.