SPTS icon indicating copy to clipboard operation
SPTS copied to clipboard

How to generate the "rec" in annotation?

Open littlesheep111 opened this issue 2 years ago • 2 comments

Hi,

I want to use my own data to train, however, I don't know how to annotate the "rec". Anyone can help me?

In icdar2013 dataset, the annotation is like: 'rec': [52, 73, 82, 69, 68, 78, 69, 83, 83, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96], 'rec_string': 'Tiredness'. I think that '52' is for 'T', '73' is for 'i', etc. However, I don't know the vocabulary exactly.

Thanks.

littlesheep111 avatar Mar 25 '24 06:03 littlesheep111

I have solved this problem. However, I wonder how to get the 'bezier_pts'?

littlesheep111 avatar Mar 26 '24 02:03 littlesheep111

The generation of 'bezier_pts' follows ABCNet. This repo provides the bezier-curve generation script.

shannanyinxiang avatar Apr 19 '24 03:04 shannanyinxiang