mlpc-ucsd / TESTR

(CVPR 2022) Text Spotting Transformers
Apache License 2.0
179 stars 22 forks source link

How did you convert original annotations to COCO Poly format? #3

Open Swall0w opened 2 years ago

Swall0w commented 2 years ago

Thank you for your wonderful works and excellent repository. Based on the document, I was able to reproduce the result. But how did you convert the original annotation to the converted polygonal annotations? Is there any converting script?

Thank you.

zx1239856 commented 2 years ago

We do have some converting scripts but need to clean them up before releasing. Before that, you can try converting from Bezier annotations provided by ABCNet by sampling different t values of the Bezier curve.

jeong-tae commented 1 year ago

@zx1239856 Hi, when it will be released? Any plans? Looks like polygon-type annotation works better than the Bezier curve. I hope it releases soon.

maifeeulasad commented 10 months ago

Hello devs,

Any estimation on releasing the script?